refactor: use slices std (#19598)

This commit is contained in:
Julien Robert
2024-02-29 09:57:42 +00:00
committed by GitHub
parent 975ddc1d31
commit 1c9361ca4e
11 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -4,12 +4,12 @@ import (
"context"
"crypto/tls"
"fmt"
"slices"
"strings"
"github.com/cockroachdb/errors"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"golang.org/x/exp/slices"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"