diff options
author | Özgür Kesim <oec@codeblau.de> | 2019-11-28 15:34:37 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2019-11-28 15:34:37 +0100 |
commit | 29336c8a7a98087bc83ef39d352282bc92b1b3c5 (patch) | |
tree | 49485efb2a9c4c7e7fb56ea509d2114691617ba8 /json/json_test.go | |
parent | e2fa16706ce0e07d474460acffa6c249ba7503b1 (diff) | |
parent | 72355741026e72d12ac13a528adf20ed51e2131d (diff) |
Merge branch 'master' of github.com:/oec/goparsify
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 13f2e40..097bc34 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" - "github.com/vektah/goparsify" ) func TestUnmarshal(t *testing.T) { |