mirror of
https://github.com/golang/go
synced 2024-11-07 12:26:16 -07:00
cmd/go: fix typo in output of "go help get"
This commit is contained in:
parent
7a634034c8
commit
dd684c2481
@ -2499,7 +2499,7 @@
|
||||
// In general, adding a new dependency may require upgrading
|
||||
// existing dependencies to keep a working build, and 'go get' does
|
||||
// this automatically. Similarly, downgrading one dependency may
|
||||
// require downgrading other dependenceis, and 'go get' does
|
||||
// require downgrading other dependencies, and 'go get' does
|
||||
// this automatically as well.
|
||||
//
|
||||
// The -m flag instructs get to stop here, after resolving, upgrading,
|
||||
|
@ -78,7 +78,7 @@ to use newer patch releases when available. Continuing the previous example,
|
||||
In general, adding a new dependency may require upgrading
|
||||
existing dependencies to keep a working build, and 'go get' does
|
||||
this automatically. Similarly, downgrading one dependency may
|
||||
require downgrading other dependenceis, and 'go get' does
|
||||
require downgrading other dependencies, and 'go get' does
|
||||
this automatically as well.
|
||||
|
||||
The -m flag instructs get to stop here, after resolving, upgrading,
|
||||
|
Loading…
Reference in New Issue
Block a user