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
When running go get github.com/keltia/ripe-atlas/cmd/atlas
I get the following error
# github.com/keltia/ripe-atlas/cmd/atlas
../../keltia/ripe-atlas/cmd/atlas/atlas.go:225:18: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in assignment:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:234:5: app.Author undefined (type *cli.App has no field or method Author)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:240:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:245:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:250:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:255:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:260:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:265:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:270:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal:
cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:275:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../../keltia/ripe-atlas/cmd/atlas/atlas.go:275:17: too many errors
The text was updated successfully, but these errors were encountered:
When running
go get github.com/keltia/ripe-atlas/cmd/atlas
I get the following error
The text was updated successfully, but these errors were encountered: