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

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

Powered by Google App Engine
This is Rietveld 408576698