diff options
author | NeonXP <i@neonxp.dev> | 2022-11-21 04:31:56 +0300 |
---|---|---|
committer | NeonXP <i@neonxp.dev> | 2022-11-21 04:31:56 +0300 |
commit | 4054a50ce4232ebfc4dae043863ad96d46b25b43 (patch) | |
tree | 4ee57f8b0b5f66b142bb3898ba6e8162cb1b2a01 /json_test.go | |
parent | 4934a51c69e1975dc808e094e113b187ebb2c328 (diff) |
Better interfacev0.0.3
Diffstat (limited to 'json_test.go')
-rw-r--r-- | json_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json_test.go b/json_test.go index 93ce097..515f697 100644 --- a/json_test.go +++ b/json_test.go @@ -15,7 +15,7 @@ func TestQuery(t *testing.T) { tests := []struct { name string args args - want *model.Node + want model.Node wantErr bool }{ { |