Documentation
Contribute

Local Development

gobucket <bucket-url>

Validate Changes

gofmt -w .
go test ./...

Pull Requests

  • Keep commits focused by feature.
  • Update docs/specs when behavior changes.
  • Include tests for new logic.