Difference between revisions of "Go get -u"

From wikieduonline
Jump to navigation Jump to search
(Created page with " go get -u go.uber.org/zap {{go get}}")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
+
{{lc}}
 +
 
 
  [[go get]] -u go.uber.org/[[zap]]
 
  [[go get]] -u go.uber.org/[[zap]]
  
 +
[[go get]] -u github.com/[[ipfs]]/fs-repo-migrations
 +
 +
 +
The -u flag instructs get to update modules providing dependencies
 +
of packages named on the command line to use newer minor or patch
 +
releases when available.
  
 +
== Related ==
 +
* [[go install]]
  
 +
== See also ==
 +
* {{go get}}
  
{{go get}}
+
[[Category:Go]]

Latest revision as of 12:12, 12 December 2023

go get -u go.uber.org/zap
go get -u github.com/ipfs/fs-repo-migrations


The -u flag instructs get to update modules providing dependencies
of packages named on the command line to use newer minor or patch
releases when available.

Related[edit]

See also[edit]

Advertising: