Parcourir la source

project init

tags/v1.0.1
liangzy il y a 3 ans
Parent
révision
09f8a0271f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      main.go

+ 1
- 1
main.go Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer