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

Unified Diff: task_scheduler/go/scheduling/cache_wrapper.go

Issue 2296763008: [task scheduler] Move files from build_scheduler/ to task_scheduler/ (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 3 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 | « task_scheduler/go/parse_task_cfg/main.go ('k') | task_scheduler/go/scheduling/perftest/perftest.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: task_scheduler/go/scheduling/cache_wrapper.go
diff --git a/build_scheduler/go/task_scheduler/cache_wrapper.go b/task_scheduler/go/scheduling/cache_wrapper.go
similarity index 96%
rename from build_scheduler/go/task_scheduler/cache_wrapper.go
rename to task_scheduler/go/scheduling/cache_wrapper.go
index 2d3506031cd5902ac17f0dd93b4600c180f6d080..070e3bc63b270f7b885d6801733e1a3ebcd98d7a 100644
--- a/build_scheduler/go/task_scheduler/cache_wrapper.go
+++ b/task_scheduler/go/scheduling/cache_wrapper.go
@@ -1,9 +1,9 @@
-package task_scheduler
+package scheduling
import (
"fmt"
- "go.skia.org/infra/build_scheduler/go/db"
+ "go.skia.org/infra/task_scheduler/go/db"
)
// cacheWrapper is an implementation of db.TaskCache which allows insertion of
« no previous file with comments | « task_scheduler/go/parse_task_cfg/main.go ('k') | task_scheduler/go/scheduling/perftest/perftest.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698