Revert "style: add missing type marker"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit e064f187305616c01683659beaba24628b97d8b9. As discussed, this is explicitly using a type shorthand which is all good.
This commit is contained in:
parent
05ff163386
commit
53576dc916
@ -8,7 +8,7 @@ import (
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
func RunApp(version string, commit string) {
|
||||
func RunApp(version, commit string) {
|
||||
app := &cli.App{
|
||||
Name: "abra",
|
||||
Usage: "The Co-op Cloud utility belt 🎩🐇",
|
||||
|
Loading…
x
Reference in New Issue
Block a user