go-jamming/main.go

11 lines
97 B
Go

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