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

staticcheck: fix all issues #418

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

staticcheck: fix all issues #418

wants to merge 3 commits into from

Commits on Jan 8, 2024

  1. staticcheck: fix S1021: merge variable declaration with assignment on…

    … next line
    
    Signed-off-by: Sumner Evans <me@sumnerevans.com>
    sumnerevans committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1fbdaa3 View commit details
    Browse the repository at this point in the history
  2. staticcheck: fix S1012,S1024: use time.Until and time.Since

    Signed-off-by: Sumner Evans <me@sumnerevans.com>
    sumnerevans committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c456d6e View commit details
    Browse the repository at this point in the history
  3. staticcheck: remove unused variables and functions

    Signed-off-by: Sumner Evans <me@sumnerevans.com>
    sumnerevans committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6892b7a View commit details
    Browse the repository at this point in the history