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

chore: remove deprecated functions now that we're on Go 1.16+ #375

Merged
merged 5 commits into from
Mar 7, 2024

Commits on Feb 29, 2024

  1. Replace the now-deprecated ioutil with the respective os and io funcs

    The only instance that required an actual change was the use of
    ioutil.ReadDir in api_files.go, which I changed to os.ReadDir, but that
    now returns a []DirEntry, so minor changes were required. All the other
    changes were straight search-n-replaces.
    benhoyt committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0d85bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e0217 View commit details
    Browse the repository at this point in the history
  3. Avoid use of rec.HeaderMap

    benhoyt committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6b3a409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    409b145 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    979d231 View commit details
    Browse the repository at this point in the history