Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 460 Bytes

go-ping-pong

This is a sample project for bootstrapping a web application with Go.

Quick Start

go run main.go
curl http://localhost:8080/ping

You should get a HTTP response including a pong.

Usage with Docker

docker run --rm -p 8080:8080 ghcr.io/christianbirchler-org/go-ping-pong:latest
curl http://localhost:8080/ping

License

MIT