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

fix how to install of README for go1.16+ #147

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

uji
Copy link
Contributor

@uji uji commented May 30, 2021

Fixed how to install of README for go1.16+.
Because go1.16 and later, go install is recommended way for get & build cli tool.

Check this link for details.
https://tip.golang.org/doc/go1.16#go-command

go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled.

@sudo-suhas sudo-suhas merged commit e7d0d3b into matryer:master Jun 25, 2021
@sudo-suhas
Copy link
Collaborator

Thanks for the documentation update @uji !

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

Successfully merging this pull request may close these issues.

None yet

2 participants