Skip to content

Commit 175cd8d

Browse files
committed
sort sort
1 parent e23eb86 commit 175cd8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/go/api.mustache

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ import (
1111
"net/url"
1212
"strings"
1313
{{#isSearchClient}}
14-
"slices"
15-
"time"
16-
"sort"
1714
"github.com/algolia/algoliasearch-client-go/v4/algolia/errs"
1815
"crypto/hmac"
1916
"crypto/sha256"
2017
"encoding/base64"
2118
"encoding/hex"
19+
"slices"
2220
"sort"
21+
"time"
2322
{{/isSearchClient}}
2423

2524
"github.com/algolia/algoliasearch-client-go/v4/algolia/utils"

0 commit comments

Comments
 (0)