Skip to content
New issue

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

Makes 'vet' happy again: #8

Merged
merged 1 commit into from
May 3, 2019
Merged

Makes 'vet' happy again: #8

merged 1 commit into from
May 3, 2019

Conversation

kriskwiatkowski
Copy link
Contributor

  • Removes GOCACHE=off. Since go 1.12 this environment var is removed
    and spec says caching is actually required.
  • 'go vet' was complaining about some nits.
  • Frame pointer of 'cpuid' function was too small
  • Name of the variable in SHA-3 was wrong. This will be ported to x/crypto

* Removes GOCACHE=off. Since go 1.12 this environment var is removed
  and spec says caching is actually required.
* 'go vet' was complaining about some nits.
* Frame pointer of 'cpuid' function was too small
@kriskwiatkowski kriskwiatkowski merged commit 9bb6148 into master May 3, 2019
@kriskwiatkowski kriskwiatkowski deleted the vet_fixes branch May 6, 2019 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant