This repository contains the source code for modelcache.
modelcache is a experiment repository for .
To install modelcahce, follow these steps:
- add this module with:
go get github.com/totoleo/modelcache
- add build tags to your build config:
go build -tags goexperiment.arenas .
To contribute to modelcache, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively, you can also create an issue in the repository for any feature requests or bug reports.
This project uses the following license: MIT.
Copyright (c) 2018-present, totoleo