package main import ( "github.com/wgroeneveld/go-jamming/app" ) func main() { app.Start() }