diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-11 00:08:08 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-11 00:08:08 +1000 |
commit | 60dd11deeec8254da45f9f5b7d24dedef27c4f53 (patch) | |
tree | 4c60a98e94d7b89204fa698496b75dcbf71cd42d /json/profile/json.go | |
parent | b2713a0653eca81d1428112dd8b29b3fd4c53089 (diff) |
Add go report card
Diffstat (limited to 'json/profile/json.go')
-rw-r--r-- | json/profile/json.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/profile/json.go b/json/profile/json.go index b7d9733..e6ae771 100644 --- a/json/profile/json.go +++ b/json/profile/json.go @@ -48,7 +48,7 @@ func main() { } for i := 0; i < max; i++ { - _, err := json.Unmarshal(benchmarkString) + _, err := json.unmarshal(benchmarkString) if err != nil { panic(err) } |