diff options
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 |
