mirror of
https://github.com/golang/go
synced 2024-11-23 20:20:01 -07:00
cmd/go: fix typo in help doc
Fixes #7519. LGTM=adg, mikioh.mikioh R=golang-codereviews, adg, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/80370043
This commit is contained in:
parent
274fc7600d
commit
61f2fabd38
@ -652,7 +652,7 @@ example.org/user/foo or foo.hg, and
|
|||||||
import "example.org/repo.git/foo/bar"
|
import "example.org/repo.git/foo/bar"
|
||||||
|
|
||||||
denotes the foo/bar directory of the Git repository at
|
denotes the foo/bar directory of the Git repository at
|
||||||
example.com/repo or repo.git.
|
example.org/repo or repo.git.
|
||||||
|
|
||||||
When a version control system supports multiple protocols,
|
When a version control system supports multiple protocols,
|
||||||
each is tried in turn when downloading. For example, a Git
|
each is tried in turn when downloading. For example, a Git
|
||||||
|
@ -182,7 +182,7 @@ example.org/user/foo or foo.hg, and
|
|||||||
import "example.org/repo.git/foo/bar"
|
import "example.org/repo.git/foo/bar"
|
||||||
|
|
||||||
denotes the foo/bar directory of the Git repository at
|
denotes the foo/bar directory of the Git repository at
|
||||||
example.com/repo or repo.git.
|
example.org/repo or repo.git.
|
||||||
|
|
||||||
When a version control system supports multiple protocols,
|
When a version control system supports multiple protocols,
|
||||||
each is tried in turn when downloading. For example, a Git
|
each is tried in turn when downloading. For example, a Git
|
||||||
|
Loading…
Reference in New Issue
Block a user