Index: common/lhttp/client.go |
diff --git a/client/internal/lhttp/client.go b/common/lhttp/client.go |
similarity index 99% |
rename from client/internal/lhttp/client.go |
rename to common/lhttp/client.go |
index c277d18e9705e003f00ebd757db5c71ef79f906a..6fc91dd0ff6acc1209b3a0d38532aa42103ebeaa 100644 |
--- a/client/internal/lhttp/client.go |
+++ b/common/lhttp/client.go |
@@ -16,7 +16,7 @@ import ( |
"os" |
"strings" |
- "github.com/luci/luci-go/client/internal/retry" |
+ "github.com/luci/luci-go/common/retry" |
) |
// Handler is called once or multiple times for each HTTP request that is tried. |