My Gin App My first gin app. Installation Install packages: go install # or from anywhere with: go install github.com/s2t2/my_gin_app Usage Run the app: $GOPATH/bin/my_gin_app # or just... my_gin_app Then view in browser at localhost:8080.