This implements a fantasy REST api to handle quotas.
Get a git checkout of the code.
Run:
$ go build -o ./qrest ./cmd/mgrd
$ ./qrest
$ curl http://localhost:8080/
$ go test ./...
Please use gofmt/go fmt on your code.
This code is using the Gorilla web toolkit: https://www.gorillatoolkit.org/
Test are using check.v1: http://labix.org/gocheck