Documentation
¶
Overview ¶
Debug commands for the build tool CLI.
Package main provides the CLI for the build tool.
This file defines interfaces for components used by the CLI. Internal packages provide concrete implementations that satisfy these interfaces. This follows the Go idiom of "accept interfaces, return structs" and allows the CLI to remain decoupled from implementation details.
Command build is a Make-inspired build tool with readable syntax.
Click to show internal directories.
Click to hide internal directories.