Goで時刻を取り扱う - Qiita

Goで時刻を取り扱う場合time型を取得するtime.Time型の変数を取得する方法。現在時刻から取得するfmt.Println(time.Now())// Output: // 2009…