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

Replace io/ioutil with preferred packages #430

Commits on May 2, 2024

  1. replace: io/ioutil with preferred packages.

    Since Go 1.16, the `io/ioutil` package has been marked as deprecated.
    The functions provided by `io/ioutil` are now provided `io` or `os` packages.
    
    To get more details, please see https://pkg.go.dev/io/ioutil#pkg-overview
    FomalhautWeisszwerg committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f86367d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f5fcc66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353ad49 View commit details
    Browse the repository at this point in the history