-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Milestone
Description
On go version go1.5.1 linux/amd64, the first line of go get --help
is: usage: get [-d] [-f] [-fix] [-insecure] [-t] [-u] [build flags] [packages]
which doesn't mention the -v
flag, even though it does work, and so should be documented. The function of -v
appears to be to make the output more verbose.
This was originally reported by @epitron, here #12197 (comment) -- but no-one seems to have made the requested separate bug till now.