v2.0.0
What's Changed
- Change
go.mod
import path togopkg.in/vansante/go-network-file.v2
- Remove custom logger interface and replace it with
log/slog
- Remove http server and just let
FileServer
implement thehttp.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