This website requires JavaScript.
Explore
Help
Sign In
wpetit
/
super-graph
Watch
1
Star
0
Fork
You've already forked super-graph
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c40ff38b05
super-graph
/
main.go
10 lines
92 B
Go
Raw
Normal View
History
Unescape
Escape
First commit
2019-03-24 14:57:29 +01:00
package
main
import
(
"github.com/dosco/super-graph/serv"
)
func
main
(
)
{
Add REST API stitching
2019-05-13 01:27:26 +02:00
serv
.
Init
(
)
First commit
2019-03-24 14:57:29 +01:00
}