diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 14:25:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 14:25:54 -0600 |
| commit | 530fcb84d482355ce44af5371142c9f97e20672d (patch) | |
| tree | f208647640f050bc8c47aad4746c70223270979f /sequence.go | |
| parent | bf629a16cbe505e81b6347813a918770a3b727df (diff) | |
isolate tests
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sequence.go')
| -rw-r--r-- | sequence.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sequence.go b/sequence.go index 35a3614..e60d2a2 100644 --- a/sequence.go +++ b/sequence.go @@ -5,7 +5,7 @@ import ( "reflect" "strings" - scalar "github.com/alexflint/go-scalar" + "go.wit.com/dev/alexflint/scalar" ) // setSliceOrMap parses a sequence of strings into a slice or map. If clear is |
