Skip to content

'go help remote' mentions 'go help importpath' which doesn't exist #3598

@wathiede

Description

@wathiede
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. See
http://code.google.com/p/go/source/browse/src/cmd/go/help.go?name=release-branch.go1#64
2. $ go help remote|grep importpath
An import path (see 'go help importpath') denotes a package

3. $ go help importpath
Unknown help topic `importpath`.  Run 'go help'.

What is the expected output?
Help on the topic of import paths

What do you see instead?
Unknown help topic `importpath`.  Run 'go help'.


Which compiler are you using (5g, 6g, 8g, gccgo)?
N/A

Which operating system are you using?
N/A

Which version are you using?  (run 'go version')
$ go version
go version go1.0.1

Please provide any additional information below.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions