|
|
|
|
|
by Carpetsmoker
2696 days ago
|
|
Your installer doesn't work if GOPATH contains multiple entries: $ echo $GOPATH
/home/martin/go:/home/martin/work
It tries to run stuff like: patch -d /home/martin/go:/home/martin/work/src/gopkg.in/libgit2/git2go.v27 -p1 < git2go.v27.patch
|
|