Steve Leonard

Results 5 comments of Steve Leonard

`_.bindAll(this);` was removed in underscore.js 1.5: > Removed the ability to call _.bindAll with no method name arguments. It's pretty much always wiser to white-list the names of the methods...

``` go get -u code.google.com/p/go.tools/cmd/godoc godoc ``` This fails to install godoc fully, godoc exits with error: `2014/01/28 14:00:32 readTemplate: open $HOME/.gvm/gos/go1.2/lib/godoc/codewalk.html: no such file or directory` The godoc binary...

64bit linux, go1.2 I imploded gvm and reinstalled, same issue

Figured it out. Earlier unpurged installations of `go` under the `/usr` tree were somehow interfering, despite `which godoc` claiming `/home/steve/.gvm/gos/go1.2/bin/godoc`. Its either a `Go` issue or my shell acting up....

Sorry, I hijacked the original issue, regarding having go.tools installed by default, or optionally. Up to you