A simple Go application.
- Go 1.x or higher
go mod downloadRun the application:
make runOr build and run:
make build
./bin/playgroundmake build- Build the applicationmake run- Run the applicationmake clean- Remove build artifactsmake test- Run testsmake fmt- Format codemake vet- Run go vetmake deps- Download and tidy dependenciesmake build-run- Build and run the applicationmake help- Show all available targets
MIT