use stdlib "slices".

This commit is contained in:
fiatjaf
2024-02-08 16:36:18 -03:00
parent 1b0ecd993e
commit 4cb1ec89c0
7 changed files with 7 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"io"
"golang.org/x/exp/slices"
"slices"
)
func parseCalendarServerResponse(buf Buffer) (Sequence, error) {