super-graph/main.go

10 lines
92 B
Go

package main
import (
"github.com/dosco/super-graph/serv"
)
func main() {
serv.Init()
}