Difference between revisions of "Go get -u"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
  [[go get]] -u go.uber.org/[[zap]]
 
  [[go get]] -u go.uber.org/[[zap]]
 +
 +
[[go get]] -u github.com/[[ipfs]]/fs-repo-migrations
  
  

Revision as of 09:12, 13 July 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.


See also

Advertising: