Skip to content

DjLeChuck/recalbox-manager-go

Repository files navigation

recalbox-manager-go

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

HOWTO build project

  • Use dep to install dependencies:
go get -u github.com/golang/dep/cmd/dep
dep ensure
  • Build the project:
go build