Chris McGee

Results 64 comments of Chris McGee

The godoc command above should really be: godoc -http=127.0.0.1:6060 -index=true -templates=/path/to/godev/source/code/godoc-templates It looks like github strips out anything that looks like html (ie. angle brackets) instead of escaping it.

It looks like your godoc requires this extra template file. What version of Go is this? I don't think I saw this with either 1.1.2 or 1.2 GA.

Thanks, I will go get this version of godoc and add the necessary templates.

I have pushed new templates that should satisfy the new version of godoc. Thanks again for reporting the problem.

Hi, @dalu is this happening with the latest Go beta (1.3)?

Hi @dalu, can you try creating a blank file for /p/home/darko/go/src/github.com/sirnewton01/godev/godoc-templates/package.txt and see if that fixes the problem?

Ah, I see what's going on now. The path arithmetic is failing because one of the gopaths is a prefix of the other. I'm re-opening this so that I can...

Thanks for reporting this issue. I hope to enhance the variables view to retain the user-defined variables in the near future.

Thank you for taking the time to raise this. There are some good points and ideas here. One way that I have personally gotten around this problem is to Ctrl-Click...

Thank you for the suggestion. I was originally thinking that the name was a mnemonic for GO DeBuG. I didn't want to use gdb in the name in case I...