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
I'm getting an error when I try to pull using go get
Environment
# go version
go version go1.12.9 linux/amd64
Error
# go get github.com/bharatkalluri/moviescore
# github.com/bharatkalluri/moviescore
src/github.com/bharatkalluri/moviescore/main.go:18: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)
src/github.com/bharatkalluri/moviescore/main.go:22: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)
src/github.com/bharatkalluri/moviescore/main.go:26: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)
#
The text was updated successfully, but these errors were encountered:
I'm getting an error when I try to pull using
go get
Environment
Error
The text was updated successfully, but these errors were encountered: