Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upcmd/go: validate GOBIN early as possible #30054
Comments
ALTree
added this to the Go1.13 milestone
Feb 4, 2019
ALTree
added
NeedsDecision
GoCommand
labels
Feb 4, 2019
bcmills
added
the
ToolSpeed
label
Feb 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hyangah commentedFeb 1, 2019
In most cases, the module, build caches will kick in and the work will not be completely wasted.
But it would be nice if Go detects such an obvious user error early before starting all the work.