diff options
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) { |
