cmd/go: mention go get
in go help mod
#44726
Open
Milestone
Comments
Do you mean to use |
I don't know about depreciating |
go get
in go help mod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
I were working with a module using command
go mod
; i expected that i can update dependency with commands:go mod update -u <dependency>
go mod update <dependency>@commit
What did you expect to see?
I expected for this to work.
I expected for this to show in
go help mod
:What did you see instead?
After asking a question regarding this topic on golang slack channel i received help from
Tim Heckman
that stated:He nicely explained to me that i have to use:
Which for me is confusing - i expected that subcommand to be related to
go mod
but - it's not in the help of that command - while it's clearly related to modules.The text was updated successfully, but these errors were encountered: