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

Unified Diff: client/swarming/swarming.go

Issue 1159563002: Move retry and lhttp packages from client/internal to common/. (Closed) Base URL: git@github.com:luci/luci-go@master
Patch Set: move-retry-http Created 5 years, 7 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 | « client/isolatedclient/isolatedclient.go ('k') | common/lhttp/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/swarming/swarming.go
diff --git a/client/swarming/swarming.go b/client/swarming/swarming.go
index 51da7acecb7914e599ec3cbec41b25a5ef019f4e..153907c9ec1e706aec1de3fd74676ff4e5a082a7 100644
--- a/client/swarming/swarming.go
+++ b/client/swarming/swarming.go
@@ -10,8 +10,8 @@ import (
"strings"
"time"
- "github.com/luci/luci-go/client/internal/lhttp"
- "github.com/luci/luci-go/client/internal/retry"
+ "github.com/luci/luci-go/common/lhttp"
+ "github.com/luci/luci-go/common/retry"
)
// TaskID is a unique reference to a Swarming task.
« no previous file with comments | « client/isolatedclient/isolatedclient.go ('k') | common/lhttp/client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698