馃П Chunk is a download manager for slow and unstable servers
Contributing to Chunk#
You might need to install golangci-lint if you don't have it in your system yet.
Then, write and run tests, and use the auto-format as well as the linter tools:
$ gofmt -w ./
$ golangci-lint run ./...
$ go test -race ./...