package main import ( "github.com/BiRabittoh/piggy/src/api" ) func main() { api.ListenAndServe() }