From 758df781acc7e051c669fda4a3db39209e2c18c4 Mon Sep 17 00:00:00 2001 From: redhat <2292650292@qq.com> Date: Tue, 15 Apr 2025 14:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20skiplist.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skiplist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skiplist.go b/skiplist.go index def53a3..967b641 100644 --- a/skiplist.go +++ b/skiplist.go @@ -1,4 +1,4 @@ -package goSkipList +package skiplist import ( "fmt"