According to documentation
Usage:
go get [-d] [-t] [-u] [-v] [build flags] [packages]
The text explain every switch, but -v
is missing from docs.
go help get
also doesn't mention -v
, although it is clearly present in usage:
$ go help get
usage: go get [-d] [-t] [-u] [-v] [-insecure] [build flags] [packages]
What is this switch for?