main.go (view raw)
1package main 2 3import ( 4 "github.com/BiRabittoh/piggy/src/api" 5) 6 7func main() { 8 api.ListenAndServe() 9}