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
Hi,
When I tried installing with go get as explained in the readme, I get this:
➜ dsio go get -u github.com/nshmura/dsio
# github.com/nshmura/dsio/core
../go/src/github.com/nshmura/dsio/core/log.go:41:45: undefined: cli.ExitError
../go/src/github.com/nshmura/dsio/core/context.go:23:20: c.GlobalBool undefined (type *cli.Context has no field or method GlobalBool)
The text was updated successfully, but these errors were encountered:
Hi,
When I tried installing with go get as explained in the readme, I get this:
The text was updated successfully, but these errors were encountered: