Skip to content

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() *App

New builds a new application container.

Source

See internal/app/ for implementation details.