Skip to content

Commit bcff10c

Browse files
authored
Merge pull request #228 from splitio/update-slice
Update import slice
2 parents c403540 + c1f17e4 commit bcff10c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

engine/grammar/inrulebasedsegment.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package grammar
22

33
import (
44
"fmt"
5-
"slices"
5+
6+
"golang.org/x/exp/slices"
67

78
"github.com/splitio/go-split-commons/v6/dtos"
89
"github.com/splitio/go-split-commons/v6/storage"

service/api/specs/specversion.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package specs
22

33
import (
44
"fmt"
5-
"slices"
5+
6+
"golang.org/x/exp/slices"
67
)
78

89
const (

0 commit comments

Comments
 (0)