this repo has no description
at main 115 B view raw
1build: 2 go build -o bin/gateway cmd/app/main.go 3 4run: build 5 ./bin/gateway 6 7test: 8 go test ./internal/...