francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

Fix various Unarshal->Unmarshal typos. #77

Closed marcopaganini closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #77 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   99.19%   99.19%           
=======================================
  Files          36       36           
  Lines        5102     5102           
=======================================
  Hits         5061     5061           
  Misses         35       35           
  Partials        6        6
Impacted Files Coverage Δ
decode_array.go 94.87% <ø> (ø) :arrow_up:
decode_object.go 87.5% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f2cca6...6467aae. Read the comment docs.