Skip to content

Commit 714f02e

Browse files
author
Matthew
committed
style(time): go fmt
1 parent 3d5a7f0 commit 714f02e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

time/time.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ package time
33
import "time"
44

55
// DeisDatetimeFormat is the standard date/time representation used in Deis.
6-
const DeisDatetimeFormat string = "2006-01-02T15:04:05MST"
6+
const DeisDatetimeFormat string = "2006-01-02T15:04:05MST"
7+
78
// Different format to deal with the pyopenssl formatting
89
// http://www.pyopenssl.org/en/stable/api/crypto.html#OpenSSL.crypto.X509.get_notAfter
910
const PyOpenSSLTimeDateTimeFormat string = "2006-01-02T15:04:05"

time/time_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
func TestUnMarshalText(t *testing.T) {
88
dummyTime := Time{}
9-
9+
1010
goodTimeFormats := []string{
1111
"2006-01-02T15:04:05MST",
1212
"2006-01-02T15:04:05",

0 commit comments

Comments
 (0)