Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit e26a605

Browse files
authored
Merge pull request #278 from ajnavarro/improvement/move-cache-to-plumbing
cache: move package to plumbing
2 parents 73855d0 + 6e15f9c commit e26a605

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

plumbing/format/packfile/decoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package packfile
33
import (
44
"bytes"
55

6-
"srcd.works/go-git.v4/cache"
76
"srcd.works/go-git.v4/plumbing"
7+
"srcd.works/go-git.v4/plumbing/cache"
88
"srcd.works/go-git.v4/plumbing/storer"
99
)
1010

0 commit comments

Comments
 (0)