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
go install
I should use go get github.com/djimenez/iconv-go instead. It seems the install replaced with get in current golang.
go get github.com/djimenez/iconv-go
install
get
The text was updated successfully, but these errors were encountered:
You are correct, my mistake. go get does a download and install, go install just compiles a package already there. Thanks.
Sorry, something went wrong.
Issue #1 - Corrected README installation instructions
9f790a3
No branches or pull requests
I should use
go get github.com/djimenez/iconv-go
instead.It seems the
install
replaced withget
in current golang.The text was updated successfully, but these errors were encountered: