Garth Webb

Results 2 comments of Garth Webb

Hi, thanks for the quick response. I tried that and I get: ```bash $ GOPATH=`pwd` go get github.com/kellegous/go/cmd/go src/github.com/kellegous/go/vendor/google.golang.org/api/transport/http/dial.go:20:2: no buildable Go source files in /home/garth/src/github.com/kellegous/go/vendor/google.golang.org/api/transport/http/internal/propagation ``` Looking in that...

Ok guessing its because it wants go 1.8+ and the latest apt-get version is 1.7.4: ```bash $ go version go version go1.7.4 linux/arm ```