A GoLang based implementation of the GA4GH Data Repository Service (DRS)
- standard Go project layout - https://github.com/golang-standards/project-layout
- client/console apps in go - https://github.com/urfave/cli
- cli docs - https://cli.urfave.org/v3/getting-started/
- logging with slog - https://betterstack.com/community/guides/logging/logging-in-go/
- go contexts (save for later)