Skip to content

Commit

Permalink
Use slices exp package
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 14, 2023
1 parent 55d60ac commit 89159fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package flows

import (
"fmt"
"slices"
"strings"

"github.com/nyaruka/gocommon/i18n"
Expand All @@ -11,6 +10,7 @@ import (
"github.com/nyaruka/goflow/envs"
"github.com/nyaruka/goflow/excellent/types"
"github.com/nyaruka/goflow/utils"
"golang.org/x/exp/slices"
)

// Channel represents a means for sending and receiving input during a flow run
Expand Down

0 comments on commit 89159fb

Please sign in to comment.