mirror of
https://github.com/golang/go
synced 2024-11-22 05:14:40 -07:00
goinstall docs: fixed typos
(Added mising closing quotes.) R=golang-dev, gri CC=golang-dev https://golang.org/cl/1902049
This commit is contained in:
parent
28a0971caf
commit
d5cfb3b3d5
@ -44,12 +44,12 @@ if necessary. The recognized code hosting sites are:
|
||||
|
||||
Launchpad
|
||||
|
||||
import "launchpad.net/project
|
||||
import "launchpad.net/project/series
|
||||
import "launchpad.net/project/series/sub/directory
|
||||
import "launchpad.net/project"
|
||||
import "launchpad.net/project/series"
|
||||
import "launchpad.net/project/series/sub/directory"
|
||||
|
||||
import "launchpad.net/~user/project/branch
|
||||
import "launchpad.net/~user/project/branch/sub/directory
|
||||
import "launchpad.net/~user/project/branch"
|
||||
import "launchpad.net/~user/project/branch/sub/directory"
|
||||
|
||||
|
||||
If the destination directory (e.g., $GOROOT/src/pkg/bitbucket.org/user/project)
|
||||
|
Loading…
Reference in New Issue
Block a user