This projects shows how to build a minimal full stack web app using Go, Echo, Goth and Authentication (OAuth).
Installation
Install Go dependencies
go get github.com/labstack/echo
go get github.com/joho/godotenv
go get github.com/gorilla/sessions
go get github.com/markbates/goth
go get github.com/markbates/goth/gothic