You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.