simplylab-go/main.go

8 lines
104 B
Go

package main
func main() {
r := SetupRouter()
// Listen and Server in 0.0.0.0:8080
r.Run(":8080")
}