module
0.0.0-20240826175420-d2de47676e2f
Repository: https://github.com/dstgo/tracker.git
Documentation: pkg.go.dev
# README
Tracker
Tracker is HTTP server with JSON API that collects game meta info of don't starve together
build
use cmake to build program
$ make build
you can also specify params
$ make build os=target_os arch=target_arch
contribute
- fork this repository
- checkout you own feature branch
- commit changes
- create a pull request
- wait to be merged