package
0.0.0-20241222195232-70f1966b7e89
Repository: https://github.com/miesnerjacob/go-by-example-custom.git
Documentation: pkg.go.dev

# README

To run the example, navigate to the 01_hello-world folder and run:

go run main.go

Or you can build and run the binary directly:

go build
./01_hello-world