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

bugfix: linting errors - S1007 and SA1019 #51

Merged
merged 2 commits into from
Jan 16, 2023

Commits on Dec 5, 2022

  1. Solve linting errors:

    - S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice
    - SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.
    cychiang committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    afe357f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. - go fmt project

    cychiang committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ea366f4 View commit details
    Browse the repository at this point in the history