Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "d3ta-go", Short: "d3ta-go is a simple DDD Modular Layered Architecture in Go", Long: ` d3ta-go is a simple DDD Modular Layered Architecture in Go built with love by d3ta-go. Complete documentation is available at https://github.com/d3ta-go`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { cmd.Help() os.Exit(0) } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.