diff options
Diffstat (limited to 'lazy/init.go')
-rw-r--r-- | lazy/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazy/init.go b/lazy/init.go index 48e9e2489..b998d0305 100644 --- a/lazy/init.go +++ b/lazy/init.go @@ -19,7 +19,7 @@ import ( "sync/atomic" "time" - "github.com/pkg/errors" + "errors" ) // New creates a new empty Init. |