chore: use the built-in slices library (#3172)

Signed-off-by: stayweek <jiangtengtao@outlook.com>
pull/3173/head
stayweek 2 years ago committed by GitHub
parent b1297f5d01
commit 5aa633948e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,10 +5,10 @@ import (
"fmt"
"net/http"
"regexp"
"slices"
"sort"
"github.com/labstack/echo/v4"
"golang.org/x/exp/slices"
"github.com/usememos/memos/store"
)

@ -4,6 +4,7 @@ import (
"context"
"fmt"
"net/http"
"slices"
"strings"
"time"
@ -12,7 +13,6 @@ import (
"github.com/labstack/echo/v4"
"github.com/pkg/errors"
"golang.org/x/crypto/bcrypt"
"golang.org/x/exp/slices"
expr "google.golang.org/genproto/googleapis/api/expr/v1alpha1"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

Loading…
Cancel
Save