We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following these commands:
cd heetch/avro go build ./cmd/go2avro/. ./go2avro Type
It modifies the go.sum and go.mod as a side-effect.
go.sum
go.mod
This issue is intended to fix this side-effect.
The text was updated successfully, but these errors were encountered:
Hi @sixstone-qq ,
It would be cool if we could install globally "go2avro" into the $GOPATH/bin without dealing with the build.
$GOPATH/bin
Would be easier to try it out.
Sorry, something went wrong.
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?
No branches or pull requests
Following these commands:
It modifies the
go.sum
andgo.mod
as a side-effect.This issue is intended to fix this side-effect.
The text was updated successfully, but these errors were encountered: