nothub / mrpack-install

Modrinth Modpack server deployment
https://pkg.go.dev/github.com/nothub/mrpack-install
MIT License
128 stars 9 forks source link

Enhanced program readability #3

Closed Chikage0o0 closed 1 year ago

Chikage0o0 commented 1 year ago

Rename package http -> requester struct Client -> HTTPClient http.Instance ->requester.DefaultHttpClient The original naming scheme is too close to net/http/client naming and can easily cause misunderstandings when reading.