We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation may be lacking: How do I clean up ? git reset --hard ?
git reset --hard
I have errors when building:
~/tmp/allmark (master) go run make.go -install -v # command-line-arguments ar: `u' modifier ignored since `D' is the default (see `U') Version: 2015-11-17-09b235a GOPATH: /home/bruno/tmp/allmark GOBIN: /home/bruno/tmp/allmark/bin Running go install --ldflags=-X allmark.io/modules/common/buildinfo.GitInfo=2015-11-17-09b235a allmark.io/cmd/allmark # allmark.io/modules/common/certificates src/allmark.io/modules/common/certificates/cert.go:75:42: error: reference to undefined identifier ‘elliptic.P224’ priv, err = ecdsa.GenerateKey(elliptic.P224(), rand.Reader) ^ Error running go install --ldflags=-X allmark.io/modules/common/buildinfo.GitInfo=2015-11-17-09b235a allmark.io/cmd/allmark: exit status 2 exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation may be lacking: How do I clean up ?
git reset --hard
?I have errors when building:
The text was updated successfully, but these errors were encountered: