modern-go / reflect2

reflect api without runtime reflect.Value cost
Apache License 2.0
758 stars 73 forks source link

fix TypeOf(nil) panic #1

Closed nextzhou closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #1 into master will decrease coverage by 0.16%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #1      +/-   ##
=========================================
- Coverage   60.26%   60.1%   -0.17%     
=========================================
  Files          20      20              
  Lines         745     747       +2     
=========================================
  Hits          449     449              
- Misses        281     282       +1     
- Partials       15      16       +1
Impacted Files Coverage Δ
reflect2.go 65.04% <0%> (-1.29%) :arrow_down:

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 05fbef0...36eb40c. Read the comment docs.