Hello World

Test app for heroku

Deploy

Building

go build -o hello

Setup

./hello -db-url=postgres://localhost:5432/test_db?sslmode=disable -set-pub=https://myapp.example.com

Run

./hello  -db-url=postgres://localhost:5432/test_db?sslmode=disable

It will be running at http://localhost:8080