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

Unified Diff: common/lhttp/client_test.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 | « common/lhttp/client.go ('k') | common/lhttp/doc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/lhttp/client_test.go
diff --git a/client/internal/lhttp/client_test.go b/common/lhttp/client_test.go
similarity index 99%
rename from client/internal/lhttp/client_test.go
rename to common/lhttp/client_test.go
index 3d7724ad7055b4a11656eac8d09fe285e0c36268..3d6a921dc1cd8d8c44200501505bd853ad1ff59c 100644
--- a/client/internal/lhttp/client_test.go
+++ b/common/lhttp/client_test.go
@@ -16,7 +16,7 @@ import (
"testing"
"time"
- "github.com/luci/luci-go/client/internal/retry"
+ "github.com/luci/luci-go/common/retry"
"github.com/maruel/ut"
)
« no previous file with comments | « common/lhttp/client.go ('k') | common/lhttp/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698