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

Unified Diff: client/isolatedclient/isolatedclient.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/internal/retry/retry_test.go ('k') | client/swarming/swarming.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/isolatedclient/isolatedclient.go
diff --git a/client/isolatedclient/isolatedclient.go b/client/isolatedclient/isolatedclient.go
index 4db422173cb991ba591f1eb8fe352ce4f450442b..6060b6e6049c3914bf01b8b15a1aa02d1267da0d 100644
--- a/client/isolatedclient/isolatedclient.go
+++ b/client/isolatedclient/isolatedclient.go
@@ -12,10 +12,10 @@ import (
"strconv"
"strings"
- "github.com/luci/luci-go/client/internal/lhttp"
- "github.com/luci/luci-go/client/internal/retry"
"github.com/luci/luci-go/client/internal/tracer"
"github.com/luci/luci-go/common/isolated"
+ "github.com/luci/luci-go/common/lhttp"
+ "github.com/luci/luci-go/common/retry"
)
// IsolateServer is the low-level client interface to interact with an Isolate
« no previous file with comments | « client/internal/retry/retry_test.go ('k') | client/swarming/swarming.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698