6 lines
48 B
Go
6 lines
48 B
Go
|
package cmd
|
||
|
|
||
|
func init() {
|
||
|
initRootCommand()
|
||
|
}
|