10 lines
101 B
Go
10 lines
101 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/dosco/super-graph/serv"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
serv.InitAndListen()
|
||
|
}
|