An open API service indexing awesome lists of open source software.

https://github.com/erichenry/dgo

The Don't Go Over game, inspired by Price is Right
https://github.com/erichenry/dgo

Last synced: 12 months ago
JSON representation

The Don't Go Over game, inspired by Price is Right

Awesome Lists containing this project

README

          

# Don't Go Over

## SERVER
To run the server:
1) Make sure you have Go (>= 1.14.6) installed
2) Run `go mod verify` to ensure you have all dependencies (should happen since they're all vendored)
3) Run `go build`
4) `./main`