Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 480 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 480 Bytes

README Build Status stability-experimental

Developing

Make sure to run go generate anytime you change one of the structures in the code.

Testing

To run a mongodb on localhost (for ranking_test.go), try

docker run -d -p27017:27017 mongo:3.0