Basic Gin Tonic - Rest Api with Controller test example and Dockerfile
# run all tests
go test ./...
go run
go download
go mod tidy
go build
mkdir <project_name>
cd <project_name>
go mod init
go get <my_package>
# replace Package with local package
go mod edit -replace <my_package>=<local_path_to_package>