This is a sample project for bootstrapping a web application with Go.
go run main.go
curl http://localhost:8080/ping
You should get a HTTP response including a pong
.
docker run --rm -p 8080:8080 ghcr.io/christianbirchler-org/go-ping-pong:latest
curl http://localhost:8080/ping