If you submit a pull request, please keep the following guidelines in mind:
- Code should be
go fmt
compliant. - Types, structs and funcs should be documented.
- Tests pass.
Assuming your $GOPATH
is set up according to your desires, run:
go get github.com/lucazulian/cryptocomparego
When working on code in this repository, tests can be run via:
go test .