What ships with it
A library first
Result, Options, Action, and Core are the four types every operation flows through. Import dappco.re/go and build on the same primitives the platform uses.
And a CLI
The core binary is built on those primitives — the multi-repo dev loop, builds, releases, and QA. Same code, imported or run.
Zero external dependencies
go.mod stays at three lines, and the library never imports its consumers. SPOR: one owner file per wrapped stdlib package.
Written to be read
Predictable names, comments as examples, path as documentation — as easy for an agent to read as a human.
Surface area
The primitives — Result, Options, Action, Core — plus 44 typed wrappers for the Go stdlib.
The same package shipped as a binary: the multi-repo dev loop, builds, docs, and QA.
Cross-platform builds, signing, and releases (see Core Build).
Library or CLI
Core Go is both: import dappco.re/go as a library, or run the core CLI built on it. Zero external dependencies.
Read the contract
Core Go docs
Installation, configuration, workflows, and migration guidance for the CLI and framework.
OpenCLI command reference
Read the generated command docs for `go`, `php`, `ci`, `docs`, `setup`, and `doctor`.
OpenDeveloper portal
Pair the CLI with the public package and protocol pages on the main LTHN site.
Open