diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
commit | 75b7b13781a355c49889f54110ed07434dec2d95 (patch) | |
tree | de6b5b42e5bf01e4e887da36529a3ff6ef66bd08 /json/json_test.go | |
parent | cf289e64743647b158ebcc85b4c7aade0d345067 (diff) |
->kesim.org
Diffstat (limited to 'json/json_test.go')
-rw-r--r-- | json/json_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/json_test.go b/json/json_test.go index 097bc34..7f5e02e 100644 --- a/json/json_test.go +++ b/json/json_test.go @@ -6,9 +6,9 @@ import ( "os" - "github.com/oec/goparsify" parsecJson "github.com/prataprc/goparsec/json" "github.com/stretchr/testify/require" + "kesim.org/goparsify" ) func TestUnmarshal(t *testing.T) { |