cmdr: fix redirectTo not work and not public #556
Annotations
4 errors and 2 warnings
Test & Coverage:
tiny/litecmd.go#L48
cannot use files[key] (map index expression of type *liteCmdS) as cli.Cmd value in assignment: *liteCmdS does not implement cli.Cmd (missing method RedirectTo)
|
Test & Coverage:
tiny/litecmd.go#L68
cannot use (*liteCmdS)(nil) (value of type *liteCmdS) as cli.Cmd value in variable declaration: *liteCmdS does not implement cli.Cmd (missing method RedirectTo)
|
Test & Coverage:
tiny/litecmd.go#L87
impossible type assertion: s.owner.(*liteCmdS)
|
Test & Coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/cmdr/cmdr. Supported file pattern: go.sum
|
Loading