馃П Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 ./...