A web manager for Recalbox, written in Go.
The project is a complete rewriting of the current web manager. It's WIP and it's not working for the moment.
If you want the actual manager, it's here
- Use
dep
to install dependencies:
go get -u github.com/golang/dep/cmd/dep
dep ensure
- Build the project:
go build