go-heroku-starter CircleCI

This is a basic golang project setup to run on Heroku

Go version: 1.15.1
Dredd version: 13.1.2

Running the project

  1. go build main.go
  2. go run main.go
  3. Visit http://localhost:8080

Running the tests

  1. go build main.go && dredd