Closed seafarer closed 3 years ago
@seafarer Does this latest commit fix it?
@joshbetz unfortunately no. Same error. I do have gox installed.
$ which gox
$ /Users/<user>/go/bin/gox
I deleted and started fresh
I have the same issue as @seafarer, and the same solution (removing -os="darwin" -os="windows"
from the Makefile) worked for me.
@pjhoberman just remove -os="darwin"
Fixed in #28
It looks like this might be the culprit: https://go-review.googlesource.com/c/tools/+/227552/
I got myself up and running by deleting everything in the makefile except my own os, but dont know Go well enough to submit a PR.