Categorygithub.com/c3sr/model
repositorypackage
1.0.0
Repository: https://github.com/c3sr/model.git
Documentation: pkg.go.dev

# README

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