Skip to content

v2.0.0

Compare
Choose a tag to compare
@vansante vansante released this 07 Sep 08:48
· 2 commits to v2 since this release
5b0c429

What's Changed

  • Change go.mod import path to gopkg.in/vansante/go-network-file.v2
  • Remove custom logger interface and replace it with log/slog
  • Remove http server and just let FileServer implement the http.Handler interface
  • Added URL prefix parameter to allow using an existing HTTP server under a prefix path
  • Replaced some deprecated ioutil calls
  • Minimize exposed API
  • Update tests to use httptest and be terser
  • Replace CircleCI with Github actions
  • Update golangci settings
  • Updated readme

Full changes: v1.1.1...v2.0.0