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

Unified Diff: scheduler/appengine/engine/cron/demo/main.go

Issue 2988413002: [tq] Move to top-level package. (Closed)
Patch Set: Created 3 years, 4 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 | « appengine/tq/tq_test.go ('k') | scheduler/appengine/engine/tq/tq.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/engine/cron/demo/main.go
diff --git a/scheduler/appengine/engine/cron/demo/main.go b/scheduler/appengine/engine/cron/demo/main.go
index 381f63877e45c67b091bbb6fc92b9ae19331fcf5..2ff5464d7ef975959155b9f0a1c04d83ae94fc32 100644
--- a/scheduler/appengine/engine/cron/demo/main.go
+++ b/scheduler/appengine/engine/cron/demo/main.go
@@ -30,9 +30,9 @@ import (
"github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/server/router"
+ "github.com/luci/luci-go/appengine/tq"
"github.com/luci/luci-go/scheduler/appengine/engine/cron"
"github.com/luci/luci-go/scheduler/appengine/engine/internal"
- "github.com/luci/luci-go/scheduler/appengine/engine/tq"
"github.com/luci/luci-go/scheduler/appengine/schedule"
)
« no previous file with comments | « appengine/tq/tq_test.go ('k') | scheduler/appengine/engine/tq/tq.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698