Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var D3TAgoVersion = "0.1.0"
D3TAgoVersion variable
View Source
var RootCmd = &cobra.Command{ Use: "d3ta-go", Short: "d3ta-go is a simple DDD Layered Architecture in Go", Long: ` d3ta-go is a simple DDD Layered Architecture in Go built with love by muharihar. Complete documentation is available at https://github.com/muharihar/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.