Simple Go & Docker dev stack Basic intro to Go with examples. Run the stack docker-compose run --rm app Run tests docker-compose run --rm app go test Run tests with benchmarks docker-compose run --rm app go test -bench .