Need bazaar to install
assertnotnull opened this issue · 1 comments
assertnotnull commented
Trying to install but requires bazaar. Can it be avoided? I have no other projects requiring this.
go get github.com/gengo/goship
go: missing Bazaar command. See https://golang.org/s/gogetcmd
package labix.org/v2/mgo/bson: exec: "bzr": executable file not found in $PATH
spankie commented
if you are on debian based linux install bzr
with the following command sudo apt-get install bzr