Closed teancom closed 4 years ago
make colortest
intentionally throws errors to see what all the colors look like, it'll exit 0 though.
I think you may have cloned this outside of your GOPATH when you ran dep, since it included spruce as a dependency of itself (https://github.com/golang/dep/issues/1507). Can you remove those parts? Otherwise looks good
This updates spruce to be go 1.13 compatible, mostly by now using
dep
. After runningdep init
, I ensured thatmake test
andmake build
still passes and creates a working binary, respectively.make colortest
doesn't work, but I don't believe it worked before, either. I could be mistaken about that.