Skip to content

This is sample repository to set up a software project with Go.

License

Notifications You must be signed in to change notification settings

christianbirchler-org/go-ping-pong

Repository files navigation

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

Releases

No releases published

Packages