ソースを参照

project init

tags/v1.0.1
liangzy 3年前
コミット
09f8a0271f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      main.go

+ 1
- 1
main.go ファイルの表示

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


読み込み中…
キャンセル
保存