Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "go-arch", Short: "A CLI tool to scaffold Go projects with clean architecture", Long: `go-arch is a CLI library for Go that empowers developers to create projects with hexagonal or minimalist architecture.`, SilenceUsage: true, SilenceErrors: true, }
View Source
var Version = "dev"
Version is set by main after GoReleaser injects main.version.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.