diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-21 22:53:25 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-21 22:53:25 +0200 |
commit | 4912552b913f1f575f9cc358b46bcdbe884e7279 (patch) | |
tree | bb9af82a517d32c2d7ce66240989f3c65b2f44b6 /common.go | |
parent | 18d7e8eb4610a224c28ec848692d199669be3e8e (diff) | |
download | go-git-4912552b913f1f575f9cc358b46bcdbe884e7279.tar.gz |
tags tests, Tag.String and Commit.String
Diffstat (limited to 'common.go')
-rw-r--r-- | common.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,3 +51,5 @@ func checkClose(c io.Closer, err *error) { *err = cerr } } + +const DateFormat = "Mon Jan 02 15:04:05 2006 -0700" |