From 344aabe292736c72cc31f5d02c0772f5953ac693 Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Fri, 15 Nov 2019 20:35:19 -0500 Subject: [PATCH] fix company tag typo in MediumPayload though it may not make a significant difference --- src/github.com/json-iterator/go-benchmark/benchmark.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/github.com/json-iterator/go-benchmark/benchmark.go b/src/github.com/json-iterator/go-benchmark/benchmark.go index 6fec342..96430ed 100644 --- a/src/github.com/json-iterator/go-benchmark/benchmark.go +++ b/src/github.com/json-iterator/go-benchmark/benchmark.go @@ -146,7 +146,7 @@ type CBPerson struct { type MediumPayload struct { Person *CBPerson `json:"person"` - Company string `json:"compnay"` + Company string `json:"company"` } /* @@ -173,4 +173,4 @@ type DSTopicsList struct { type LargePayload struct { Users []*DSUser `json:"-"` Topics *DSTopicsList `json:"topics"` -} \ No newline at end of file +}