diff --git a/codes/go/chapter_array_and_linkedlist/linked_list_test.go b/codes/go/chapter_array_and_linkedlist/linked_list_test.go index 05d37da42..31c2ec043 100644 --- a/codes/go/chapter_array_and_linkedlist/linked_list_test.go +++ b/codes/go/chapter_array_and_linkedlist/linked_list_test.go @@ -4,7 +4,6 @@ package chapter_array_and_linkedlist import ( -// "fmt" "fmt" "testing" )