parent
73b1c4d252
commit
ba95112660
@ -0,0 +1,8 @@
|
||||
package cmd
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Execute() error {
|
||||
fmt.Println("Hi")
|
||||
return nil
|
||||
}
|
Loading…
Reference in new issue