You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../src/github.com/mlabouardy/nexus-cli/main.go:25:14: cannot use []cli.Author literal (type []cli.Author) as type []*cli.Author in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:42:4: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in field value
../src/github.com/mlabouardy/nexus-cli/main.go:54:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:67:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:70:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:82:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:85:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:88:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:100:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: too many errors
The text was updated successfully, but these errors were encountered:
getting this error while installation
github.com/mlabouardy/nexus-cli
../src/github.com/mlabouardy/nexus-cli/main.go:25:14: cannot use []cli.Author literal (type []cli.Author) as type []*cli.Author in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:42:4: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in field value
../src/github.com/mlabouardy/nexus-cli/main.go:54:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:67:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:70:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:82:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:85:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:88:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:100:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: too many errors
The text was updated successfully, but these errors were encountered: