Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 443 Bytes

File metadata and controls

17 lines (12 loc) · 443 Bytes

Project Info

Directory Structure

cmd/            Main applications (each sub-directory is a binary)
internal/       Private packages
web/            Web services and helpers
writer/         Output utility libraries
docs/           Documentation assets

Go source with *_test.go alongside. JS tooling via root package.json.

External Documentation