diff options
| author | Mark Probst <[email protected]> | 2015-03-04 11:40:26 -0800 |
|---|---|---|
| committer | Mark Probst <[email protected]> | 2015-03-04 15:52:59 -0800 |
| commit | 45d88ca5f4e69c9a07b867ec73da27f29bd77388 (patch) | |
| tree | c894f1221cdcca4f9730245e1a4eeddef768590d /tag_test.go | |
| parent | e439b931a6b23a84fd0d32114b25a9dd5e08ac29 (diff) | |
go fmt
Diffstat (limited to 'tag_test.go')
| -rw-r--r-- | tag_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag_test.go b/tag_test.go index 5ebd53d..126cf6e 100644 --- a/tag_test.go +++ b/tag_test.go @@ -2,8 +2,8 @@ package git import ( "os" - "time" "testing" + "time" ) func TestCreateTag(t *testing.T) { |
