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

global: linter and deprecated #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomholford
Copy link

@tomholford tomholford commented Jul 23, 2024

Context

This is a non-mission critical PR that addresses linter issues, replaces a deprecated call, and adds a make task.

The impetus for it is that I recently got back into golang, and have been studying various codebases to further my understanding. Moreover, I have been using wg for some time, so as a token of gratitude for the hard work of Jason et al, I also hope to pay it forward by offering a small contribution.

Changes

  • resolves 25 out of the existing 26 linter warnings on master; the final change could potentially affect behavior so I left it alone for now
  • replaces a deprecated call to rand.Seed
  • adds a benchmark task to Makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant