Small Go service for tracking deployments.
This repository contains a small HTTP API for requesting, approving, and tracking software deployments.
docs/- product and design notes.pkg/- reusable Go packages.main.go- service entry point.
Run the test suite with:
go test ./...