diff --git a/internal/langserver/handlers/snippets/snippets_gen_test.go b/internal/langserver/handlers/snippets/snippets_gen_test.go index 8ce8974c1..83f4ab653 100644 --- a/internal/langserver/handlers/snippets/snippets_gen_test.go +++ b/internal/langserver/handlers/snippets/snippets_gen_test.go @@ -4,9 +4,10 @@ import ( "fmt" "os" "path" - "slices" "strings" "testing" + + "golang.org/x/exp/slices" ) func Test_SnippetGen(t *testing.T) {