Skip to content

Instantly share code, notes, and snippets.

View estenssoros's full-sized avatar

Sebastian Estenssoro estenssoros

View GitHub Profile
@estenssoros
estenssoros / app.go
Last active February 27, 2019 19:47
medium-90cb6e872528-app.go
package main
import (
"net/http"
"github.com/labstack/echo"
"github.com/labstack/echo/middleware"
"github.com/<your-username>/<my-app>/server/api"
)
Sat Dec 1 19:19:27 UTC 2018