Skip to content

Instantly share code, notes, and snippets.

@estenssoros
Created February 27, 2019 19:53
Show Gist options
  • Save estenssoros/5da7e21dbde181adc90ab749debeedf8 to your computer and use it in GitHub Desktop.
Save estenssoros/5da7e21dbde181adc90ab749debeedf8 to your computer and use it in GitHub Desktop.
medium-90cb6e872528-api.go
package api
import "github.com/labstack/echo"
func Routes(e *echo.Group) {
// define your routes and functions here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment