super-graph/main.go

10 lines
92 B
Go
Raw Permalink Normal View History

2019-03-24 09:57:29 -04:00
package main
import (
"github.com/dosco/super-graph/serv"
)
func main() {
2019-05-12 19:27:26 -04:00
serv.Init()
2019-03-24 09:57:29 -04:00
}