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
go doc seems broken on current tip, tested on both OSX Lion and Ubuntu 12.10
[gologger(master)] go version
go version devel +c879a45c3389 Wed Mar 27 16:55:16 2013 -0700 darwin/amd64
[gologger(master)] ls
Makefile README.md gologger.go gologger_test.go
[gologger(master)] go doc
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x10 pc=0x1ebfd]
goroutine 1 [running]:
main.main()
/opt/go/src/cmd/godoc/main.go:396 +0x2e2d
goroutine 2 [syscall]:
exit status 2
----
$ go version
go version devel +c879a45c3389 Wed Mar 27 16:55:16 2013 -0700 linux/amd64
$ go doc
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x10 pc=0x41d7fd]
goroutine 1 [running]:
main.main()
/opt/go/src/cmd/godoc/main.go:396 +0x2e2d
goroutine 2 [syscall]:
exit status 2
The text was updated successfully, but these errors were encountered:
by [email protected]:
The text was updated successfully, but these errors were encountered: