Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in go help importpath documentation #7519

Closed
jpoehls opened this issue Mar 12, 2014 · 1 comment
Closed

typo in go help importpath documentation #7519

jpoehls opened this issue Mar 12, 2014 · 1 comment

Comments

@jpoehls
Copy link

jpoehls commented Mar 12, 2014

go version go1.2 windows/amd64

Relevant excerpt of docs is below:

> For example,
> 
>         import "example.org/user/foo.hg"
> 
> denotes the root directory of the Mercurial repository at
> example.org/user/foo or foo.hg, and
> 
>         import "example.org/repo.git/foo/bar"
> 
> denotes the foo/bar directory of the Git repository at
> example.com/repo or repo.git.

"example.com" on the last line should be "example.org".
@robpike
Copy link
Contributor

robpike commented Mar 26, 2014

Comment 1:

This issue was closed by revision 61f2fab.

Status changed to Fixed.

@jpoehls jpoehls added the fixed label Mar 26, 2014
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants