├── .gitignore ├── Dockerfile ├── README.md └── app.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/treeder/tiny-golang-docker/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/treeder/tiny-golang-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/treeder/tiny-golang-docker/HEAD/README.md -------------------------------------------------------------------------------- /app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/treeder/tiny-golang-docker/HEAD/app.go --------------------------------------------------------------------------------