project init

This commit is contained in:
liangzy 2020-08-31 15:17:22 +08:00
parent 3a8e84878d
commit 09f8a0271f

View File

@ -37,7 +37,7 @@ func main() {
{ {
Name: "date", Name: "date",
Aliases: []string{"d"}, Aliases: []string{"d"},
Usage: "Print date", Usage: "Print current date",
Action: func(c *cli.Context) error { Action: func(c *cli.Context) error {
fmt.Println(time.Now().Format(time.RFC3339)) fmt.Println(time.Now().Format(time.RFC3339))
return nil return nil