Categorygithub.com/rai-project/model
repositorypackage
0.0.0-20190404224954-b8beba032796
Repository: https://github.com/rai-project/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