go-docker-example A small example of building and running a Go web app inside of a Docker container. Uses Go Modules Uses Docker's multi-stage builds Running Locally Be sure to have Go 1.16+ installed and try running: $ go run cmd/example/main.go