Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Unified Diff: go/src/infra/tools/cipd/local/fs.go

Issue 1381583007: cipd: Implement local cache for ResolveVersion(...) call with tags. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@cipd-init
Patch Set: rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/tools/cipd/internal/tagcache_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/cipd/local/fs.go
diff --git a/go/src/infra/tools/cipd/local/fs.go b/go/src/infra/tools/cipd/local/fs.go
index 266658ae3eafada75904d9d5e52ec3b16b65e3d7..5c7bfa3a79d897a7a8e03b474af98bf09f2c4bfb 100644
--- a/go/src/infra/tools/cipd/local/fs.go
+++ b/go/src/infra/tools/cipd/local/fs.go
@@ -81,8 +81,6 @@ type fsImplErr struct {
err error
}
-// Root returns absolute path to a directory FileSystem operates in. All FS
-// actions are restricted to this directory.
func (f *fsImplErr) Root() string { return "" }
func (f *fsImplErr) CwdRelToAbs(path string) (string, error) { return "", f.err }
func (f *fsImplErr) RootRelToAbs(path string) (string, error) { return "", f.err }
« no previous file with comments | « go/src/infra/tools/cipd/internal/tagcache_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698