aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fs_implementation
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-08-11 18:40:12 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-08-11 18:40:12 +0200
commit223308ee235035d26ca75fe312fe0da6e6a33222 (patch)
tree47b226db432237dbb388ee70217d6a74de14b988 /examples/fs_implementation
parent1f64d789038594098ea2c9cf796391f101d0bea5 (diff)
downloadgo-git-223308ee235035d26ca75fe312fe0da6e6a33222.tar.gz
storage: seekable renamed to filesystem
Diffstat (limited to 'examples/fs_implementation')
-rw-r--r--examples/fs_implementation/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fs_implementation/main_test.go b/examples/fs_implementation/main_test.go
index 4f138c2..9683b1b 100644
--- a/examples/fs_implementation/main_test.go
+++ b/examples/fs_implementation/main_test.go
@@ -20,7 +20,7 @@ func TestMain(m *testing.M) {
func setUp() {
var err error
- repo, err = tgz.Extract("../../storage/seekable/internal/gitdir/fixtures/spinnaker-gc.tgz")
+ repo, err = tgz.Extract("../../storage/filesystem/internal/gitdir/fixtures/spinnaker-gc.tgz")
if err != nil {
panic(err)
}