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

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

Powered by Google App Engine
This is Rietveld 408576698