File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 496
496
// and their dependencies. By default, get uses the network to check out
497
497
// missing packages but does not use it to look for updates to existing packages.
498
498
//
499
+ // The -v flag enables verbose progress and debug output.
500
+ //
499
501
// Get also accepts build flags to control the installation. See 'go help build'.
500
502
//
501
503
// When checking out a new package, get creates the target directory
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ The -u flag instructs get to use the network to update the named packages
43
43
and their dependencies. By default, get uses the network to check out
44
44
missing packages but does not use it to look for updates to existing packages.
45
45
46
+ The -v flag enables verbose progress and debug output.
47
+
46
48
Get also accepts build flags to control the installation. See 'go help build'.
47
49
48
50
When checking out a new package, get creates the target directory
You can’t perform that action at this time.
0 commit comments