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

cmd/go2avro: when it's run it modifies go.mod and go.sum #68

Open
sixstone-qq opened this issue Mar 31, 2020 · 2 comments
Open

cmd/go2avro: when it's run it modifies go.mod and go.sum #68

sixstone-qq opened this issue Mar 31, 2020 · 2 comments

Comments

@sixstone-qq
Copy link
Contributor

Following these commands:

cd heetch/avro
go build ./cmd/go2avro/.
./go2avro Type

It modifies the go.sum and go.mod as a side-effect.

This issue is intended to fix this side-effect.

@sneko
Copy link

sneko commented Jul 31, 2020

Hi @sixstone-qq ,

It would be cool if we could install globally "go2avro" into the $GOPATH/bin without dealing with the build.

Would be easier to try it out.

@sneko
Copy link

sneko commented Jul 31, 2020

Oh sorry, my mistake!

By doing

go get github.com/heetch/avro/cmd/go2avro/...

It works well.

Maybe this could be added to the documentation?

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