package
0.0.0-20241217002124-fb6e55b5be11
Repository: https://github.com/benldouthwaite/reference.git
Documentation: pkg.go.dev

# README

Test simple API to create dockerised Go API

Build

docker build -t hello-world-go .

Run

docker run -p 8080:8080 hello-world-go

Test

curl http://localhost:8080