From 57330031ca691c8862368b4cfb5ac1e82bb60ca7 Mon Sep 17 00:00:00 2001 From: Oasis <1980131774@qq.com> Date: Wed, 25 Oct 2023 19:00:50 +0800 Subject: [PATCH] =?UTF-8?q?make=20check=20=E4=B9=8B=E5=90=8E,=20skip=5Flis?= =?UTF-8?q?t=E5=A4=9A=E4=BA=86=E4=B8=80=E8=A1=8C=E7=A9=BA=E8=A1=8C,=20comm?= =?UTF-8?q?it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/list/skip_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/list/skip_list.go b/internal/list/skip_list.go index c934438..1167a72 100644 --- a/internal/list/skip_list.go +++ b/internal/list/skip_list.go @@ -16,6 +16,7 @@ package list import ( "errors" + "github.com/ecodeclub/ekit" "github.com/ecodeclub/ekit/internal/errs" "golang.org/x/exp/rand"