1
0
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:
Scott Lawrence 2010-08-09 10:45:20 -07:00 committed by Robert Griesemer
parent 28a0971caf
commit d5cfb3b3d5

View File

@ -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)