cryptix/git-remote-ipfs

Compile under Go 1.6

Quiark opened this issue · 3 comments

With

C:\devel\go> bin\go version
go version go1.6 windows/amd64

compilation fails:

C:\devel\go> go get -u github.com/cryptix/git-remote-ipfs
package code.google.com/p/go-uuid/uuid: unable to detect version control system for code.google.com/ path

On Mac with Go 1.5.3 this merely gives me a warning.

I'm getting this same error on Ubuntu 14.04.1:

$ go version
go version go1.6 linux/amd64
$ go get -u github.com/cryptix/git-remote-ipfs
package code.google.com/p/go-uuid/uuid: unable to detect version control system for code.google.com/ path

Sorry for slacking on this for so long. The notifications drowned in my inbox.
I'll try to make this buildable again next week.

really sorry this blocked so long. builds again on 1.9 and tests also still pass.