I\'m trying to install a web.go, but running go get github.com/hoisie/web returns
web.go
go get github.com/hoisie/web
package bufio: unrecognized import path \"bufio\"
$ unset GOROOT worked for me. As most answers suggest your GOROOT is invalid.
$ unset GOROOT