Skip to content

Commit

Permalink
Merge pull request #88 from homeport/refactor/slices-pkg
Browse files Browse the repository at this point in the history
Use standard libary `slices` import
  • Loading branch information
HeavyWombat authored Jan 9, 2025
2 parents 764f10b + c48cf32 commit bfe3470
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/interactive/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ import (
"fmt"
"os"
"os/exec"
"slices"
"strings"

"golang.org/x/exp/slices"
)

func Edit(input string) (output string, err error) {
Expand Down

0 comments on commit bfe3470

Please sign in to comment.