Skip to content

Instantly share code, notes, and snippets.

@estenssoros
Created February 27, 2019 15:10
Show Gist options
  • Save estenssoros/b45e35f7079a32b09db14e7d072ae403 to your computer and use it in GitHub Desktop.
Save estenssoros/b45e35f7079a32b09db14e7d072ae403 to your computer and use it in GitHub Desktop.
medium-90cb6e872528-main.go
package main
func main() {
RunServer()
}
func RunServer() {
echo := NewApp()
echo.Start(":3001")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment