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)
Hi, When I tried installing with go get as explained in the readme, I get this: