super-graph/main.go

10 lines
92 B
Go
Raw Normal View History

2019-03-24 14:57:29 +01:00
package main
import (
"github.com/dosco/super-graph/serv"
)
func main() {
2019-05-13 01:27:26 +02:00
serv.Init()
2019-03-24 14:57:29 +01:00
}