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,8 @@
|
|||
package builder
|
||||
|
||||
import (
|
||||
"slices"
|
||||
"testing"
|
||||
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
func TestBuilder_Apply(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue