Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install dsio with go get #45

Open
alon-ne opened this issue Aug 9, 2022 · 1 comment
Open

Can't install dsio with go get #45

alon-ne opened this issue Aug 9, 2022 · 1 comment

Comments

@alon-ne
Copy link

alon-ne commented Aug 9, 2022

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)
@milletl
Copy link

milletl commented Oct 5, 2022

You can use :
go install github.com/nshmura/dsio@latest

It works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants