by jjandroman:
What steps will reproduce the problem?
1.go doc fmt Printf
What is the expected output?
the same as in godoc fmt Printf
What do you see instead?
An error message stating that `can't load package: package Printf: import
"Printf": cannot find package´ and after that, the whole output of fmt
documentation.
Which compiler are you using (5g, 6g, 8g, gccgo)?
Which operating system are you using?
Windows 7 x64
Which version are you using? (run 'go version')
go1.0.3
Please provide any additional information below.
by jjandroman: