1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-13 09:12:28 +08:00

docs: fix code issue

This commit is contained in:
dudaodong
2022-02-05 09:54:48 +08:00
parent 961eedda04
commit 0e0ed316f1

View File

@@ -46,7 +46,7 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"lancet-demo/retry" "github.com/duke-git/lancet/retry"
"time" "time"
) )