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

Unified Diff: go/src/infra/monitoring/dispatcher/dispatcher.go

Issue 1223213002: Remove libs/clock in favor of luci-go/common/clock. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@abstract
Patch Set: rebase Created 5 years, 5 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/libs/clock/timer.go ('k') | go/src/infra/monitoring/dispatcher/loop_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/dispatcher/dispatcher.go
diff --git a/go/src/infra/monitoring/dispatcher/dispatcher.go b/go/src/infra/monitoring/dispatcher/dispatcher.go
index c7f5c3a22533f40512216f6510714e9f58a4bcd9..aff8045a978f50574f9ce62aaab8a4d9e7e483f2 100644
--- a/go/src/infra/monitoring/dispatcher/dispatcher.go
+++ b/go/src/infra/monitoring/dispatcher/dispatcher.go
@@ -17,9 +17,9 @@ import (
"strings"
"time"
+ "github.com/luci/luci-go/common/clock"
"github.com/luci/luci-go/common/logging/gologger"
- "infra/libs/clock"
"infra/monitoring/analyzer"
"infra/monitoring/client"
"infra/monitoring/messages"
« no previous file with comments | « go/src/infra/libs/clock/timer.go ('k') | go/src/infra/monitoring/dispatcher/loop_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698