This repository was archived by the owner on Sep 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ script:
22
22
- tail -n +2 tmp.out >> coverage.out
23
23
- go test -v gopkg.in/src-d/go-git.v2/packfile -covermode=count -coverprofile=tmp.out
24
24
- tail -n +2 tmp.out >> coverage.out
25
- - go test -v gopkg.in/src-d/go-git.v2/pktline -covermode=count -coverprofile=tmp.out
25
+ - go test -v gopkg.in/src-d/go-git.v2/formats/ pktline -covermode=count -coverprofile=tmp.out
26
26
- tail -n +2 tmp.out >> coverage.out
27
27
28
28
after_success :
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
9
9
"gopkg.in/sourcegraph/go-vcsurl.v1"
10
- "gopkg.in/src-d/go-git.v2/pktline"
10
+ "gopkg.in/src-d/go-git.v2/formats/ pktline"
11
11
)
12
12
13
13
const GitUploadPackServiceName = "git-upload-pack"
@@ -160,5 +160,5 @@ func (r *GitUploadPackRequest) Reader() *strings.Reader {
160
160
e .AddFlush ()
161
161
e .AddLine ("done" )
162
162
163
- return e .GetReader ()
163
+ return e .Reader ()
164
164
}
Original file line number Diff line number Diff line change 6
6
"testing"
7
7
8
8
. "gopkg.in/check.v1"
9
- "gopkg.in/src-d/go-git.v2/pktline"
9
+ "gopkg.in/src-d/go-git.v2/formats/ pktline"
10
10
)
11
11
12
12
func Test (t * testing.T ) { TestingT (t ) }
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
9
9
"gopkg.in/src-d/go-git.v2/clients/common"
10
- "gopkg.in/src-d/go-git.v2/pktline"
10
+ "gopkg.in/src-d/go-git.v2/formats/ pktline"
11
11
)
12
12
13
13
type GitUploadPackService struct {
You can’t perform that action at this time.
0 commit comments