Simple HTTP Hello World in Golang
- docker installed and running
From the root of this repository run make docker-build
and the binary will be located in ./out/
directory (the binary will be compiled for linux amd64
platform only).
Just execute the binary and the webserver will be available at port 80
/
-> Hello World/health
-> health check