Commit d5cfb3b3 authored by Scott Lawrence's avatar Scott Lawrence Committed by Robert Griesemer

goinstall docs: fixed typos

(Added mising closing quotes.)

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/1902049
parent 28a0971c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment