1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:50:05 -07:00

goinstall: fix documentation typo

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2585043
This commit is contained in:
Fazlul Shahriar 2010-10-21 10:47:02 +11:00 committed by Andrew Gerrand
parent 06492d47cb
commit 3ee49850a0

View File

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