From 0e0ed316f1ffb94a331cf28e527f253a3f9b4cd6 Mon Sep 17 00:00:00 2001 From: dudaodong Date: Sat, 5 Feb 2022 09:54:48 +0800 Subject: [PATCH] docs: fix code issue --- docs/retry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/retry.md b/docs/retry.md index 9e678da..abfd858 100644 --- a/docs/retry.md +++ b/docs/retry.md @@ -46,7 +46,7 @@ import ( "context" "errors" "fmt" - "lancet-demo/retry" + "github.com/duke-git/lancet/retry" "time" )