mirror of
https://github.com/golang/go
synced 2024-11-23 04:50:06 -07:00
goinstall: fix documentation typo
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2585043
This commit is contained in:
parent
06492d47cb
commit
3ee49850a0
@ -50,8 +50,8 @@ if necessary. The recognized code hosting sites are:
|
||||
|
||||
GitHub (Git)
|
||||
|
||||
import "github.com/user/project.git"
|
||||
import "github.com/user/project.git/sub/directory"
|
||||
import "github.com/user/project"
|
||||
import "github.com/user/project/sub/directory"
|
||||
|
||||
Google Code Project Hosting (Mercurial, Subversion)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user