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
# go install github.com/crackcomm/cloudflare/cf
# github.com/crackcomm/cloudflare/cf/cmd
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:16:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:20:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:24:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:28:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:32:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:36:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_create.go:41:8: cannot use func literal (type func(*cli.Context)) as type cli.ActionFunc in field value
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_list.go:19:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_list.go:23:17: 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)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_list.go:27:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
go/src/github.com/crackcomm/cloudflare/cf/cmd/cmd_firewalls_list.go:27:15: too many errors
(That is on Ubuntu 18.04's ancient Go 1.10) (I probably need to try newer versions as well though)
(That is on Ubuntu 18.04's ancient Go 1.10) (I probably need to try newer versions as well though)
Possibly related to this: https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md (Which would be a library issue rather than a Go version one) Via this
The text was updated successfully, but these errors were encountered: