app
import "go-cli-template/internal/app"Index
type App
App wires dependencies and exposes workflows to the CLI.
type App struct{}func New
func New() *AppNew builds a new application container.
Source
See internal/app/ for implementation details.
import "go-cli-template/internal/app"App wires dependencies and exposes workflows to the CLI.
type App struct{}func New() *AppNew builds a new application container.
See internal/app/ for implementation details.