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

Unified Diff: client/cmd/isolate/common.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 | « no previous file | client/cmd/isolated/common.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cmd/isolate/common.go
diff --git a/client/cmd/isolate/common.go b/client/cmd/isolate/common.go
index e7d069697d2652b07482af5b4bc5f1cd93b83998..a8afdb7a2c4d20e15d4a227e2a3b8be34f7cb8c5 100644
--- a/client/cmd/isolate/common.go
+++ b/client/cmd/isolate/common.go
@@ -13,9 +13,9 @@ import (
"os"
"github.com/luci/luci-go/client/internal/common"
- "github.com/luci/luci-go/client/internal/lhttp"
"github.com/luci/luci-go/client/internal/tracer"
"github.com/luci/luci-go/client/isolate"
+ "github.com/luci/luci-go/common/lhttp"
"github.com/maruel/subcommands"
)
« no previous file with comments | « no previous file | client/cmd/isolated/common.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698