Open
Description
openedon Oct 6, 2020
Based on #753 we need to do better checking of the source to catch issues with other GOOS/GOARCH.
@aeneasr suggested linting would help with this.
A quick look shows that the gometalinter
has been deprecated in favor of golangci-lint
. We should see if/how we can incorporate golangci-lint
into the CI to catch these types of issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment