6 lines
46 B
Go
6 lines
46 B
Go
|
package cmd
|
||
|
|
||
|
func Run() error {
|
||
|
return nil
|
||
|
}
|