Init: bootstrap go module with basic framework
This commit is contained in:
7
cmd/dcbot.go
Normal file
7
cmd/dcbot.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var dcbotCmd = &cobra.Command{
|
||||
Use: "dcbot",
|
||||
}
|
||||
Reference in New Issue
Block a user