aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2017-11-30 01:50:43 +0100
committerferhat elmas <elmas.ferhat@gmail.com>2017-11-30 01:50:43 +0100
commit3452c3bde5c0bddfd52bb827d07d4a1e1ed3fb09 (patch)
treead76444a1116647465341c02a8b49a273d363eed /plumbing/object
parent174fd8e5b2150dbd4cf522bb4a98fb9d79ebc6f4 (diff)
downloadgo-git-3452c3bde5c0bddfd52bb827d07d4a1e1ed3fb09.tar.gz
all: gofmt -s
Diffstat (limited to 'plumbing/object')
-rw-r--r--plumbing/object/change_adaptor_test.go2
-rw-r--r--plumbing/object/difftree_test.go2
-rw-r--r--plumbing/object/file_test.go2
-rw-r--r--plumbing/object/object_test.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/plumbing/object/change_adaptor_test.go b/plumbing/object/change_adaptor_test.go
index dd2921d..803c3b8 100644
--- a/plumbing/object/change_adaptor_test.go
+++ b/plumbing/object/change_adaptor_test.go
@@ -10,8 +10,8 @@ import (
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
"gopkg.in/src-d/go-git.v4/utils/merkletrie/noder"
- "gopkg.in/src-d/go-git-fixtures.v3"
. "gopkg.in/check.v1"
+ "gopkg.in/src-d/go-git-fixtures.v3"
)
type ChangeAdaptorSuite struct {
diff --git a/plumbing/object/difftree_test.go b/plumbing/object/difftree_test.go
index c9344b8..40af8f2 100644
--- a/plumbing/object/difftree_test.go
+++ b/plumbing/object/difftree_test.go
@@ -11,8 +11,8 @@ import (
"gopkg.in/src-d/go-git.v4/storage/memory"
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
- "gopkg.in/src-d/go-git-fixtures.v3"
. "gopkg.in/check.v1"
+ "gopkg.in/src-d/go-git-fixtures.v3"
)
type DiffTreeSuite struct {
diff --git a/plumbing/object/file_test.go b/plumbing/object/file_test.go
index 2288697..edb82d0 100644
--- a/plumbing/object/file_test.go
+++ b/plumbing/object/file_test.go
@@ -8,8 +8,8 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing/storer"
"gopkg.in/src-d/go-git.v4/storage/filesystem"
- "gopkg.in/src-d/go-git-fixtures.v3"
. "gopkg.in/check.v1"
+ "gopkg.in/src-d/go-git-fixtures.v3"
)
type FileSuite struct {
diff --git a/plumbing/object/object_test.go b/plumbing/object/object_test.go
index 2ac5d12..4f0fcb3 100644
--- a/plumbing/object/object_test.go
+++ b/plumbing/object/object_test.go
@@ -11,8 +11,8 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing/storer"
"gopkg.in/src-d/go-git.v4/storage/filesystem"
- "gopkg.in/src-d/go-git-fixtures.v3"
. "gopkg.in/check.v1"
+ "gopkg.in/src-d/go-git-fixtures.v3"
)
func Test(t *testing.T) { TestingT(t) }