chore: use slices from standard library.
This commit is contained in:
parent
8b68132f0e
commit
ea1736083a
12 changed files with 13 additions and 15 deletions
|
|
@ -5,9 +5,9 @@
|
|||
package aa
|
||||
|
||||
import (
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
)
|
||||
|
||||
type MountConditions struct {
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ package aa
|
|||
import (
|
||||
"bytes"
|
||||
"reflect"
|
||||
"slices"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/arduino/go-paths-helper"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
// Default Apparmor magic directory: /etc/apparmor.d/.
|
||||
|
|
|
|||
|
|
@ -9,9 +9,8 @@ package aa
|
|||
|
||||
import (
|
||||
"regexp"
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue