diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2020-07-06 01:52:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 01:52:08 +0200 |
commit | a9899594dfdde8bbfdf35fc7e8c2fc3ec5aa7fdb (patch) | |
tree | e7b28b456ef3ed90eafc026b506786bea5df179e /plumbing/format/objfile/reader_test.go | |
parent | 9ac753f4afb36feb1a1c22214c16e853db54aa00 (diff) | |
parent | f9cf9a99fd51bff8e002900a3a73d117ba54c887 (diff) | |
download | go-git-a9899594dfdde8bbfdf35fc7e8c2fc3ec5aa7fdb.tar.gz |
Merge pull request #117 from cristaloleg/fix-goreportcard
fix goreportcard warnings
Diffstat (limited to 'plumbing/format/objfile/reader_test.go')
-rw-r--r-- | plumbing/format/objfile/reader_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plumbing/format/objfile/reader_test.go b/plumbing/format/objfile/reader_test.go index 48e7f1c..d697d54 100644 --- a/plumbing/format/objfile/reader_test.go +++ b/plumbing/format/objfile/reader_test.go @@ -7,8 +7,9 @@ import ( "io" "io/ioutil" - . "gopkg.in/check.v1" "github.com/go-git/go-git/v5/plumbing" + + . "gopkg.in/check.v1" ) type SuiteReader struct{} |