This is a small Go project with a "Hello, World!" program, set up with a Docker container.
To build the Docker image, run the following command in the project directory:
make build
To run the Docker container, execute the following command:
make run
This command will run the container and print "Hello, World!" to the console.
To run the local development server, execute the following command:
air
air should be installed, install air with the following command:
go get -u github.com/cosmtrek/air