Init: bootstrap go module
This commit is contained in:
11
cmd/serve/root.go
Normal file
11
cmd/serve/root.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package serve
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "serve",
|
||||
}
|
||||
|
||||
func init() {
|
||||
RootCmd.AddCommand(backendCmd)
|
||||
}
|
||||
Reference in New Issue
Block a user