diff --git a/codes/go/chapter_array_and_linkedlist/linked_list.go b/codes/go/chapter_array_and_linkedlist/linked_list.go index e7fdb35ca..106e49f4c 100644 --- a/codes/go/chapter_array_and_linkedlist/linked_list.go +++ b/codes/go/chapter_array_and_linkedlist/linked_list.go @@ -5,7 +5,7 @@ package chapter_array_and_linkedlist import ( - "github.com/krahets/hello-algo/pkg" + . "github.com/krahets/hello-algo/pkg" ) /* 在链表的结点 n0 之后插入结点 P */