modern-go / reflect2

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

<fix> (reflect2.go) import runtime #15

Closed aosting closed 4 years ago

aosting commented 4 years ago

reflect2 没有import "runtime"

codecov-commenter commented 4 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.16%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   60.58%   60.42%   -0.17%     
==========================================
  Files          20       20              
  Lines         751      753       +2     
==========================================
  Hits          455      455              
- Misses        280      282       +2     
  Partials       16       16              
Impacted Files Coverage Δ
reflect2.go 63.80% <0.00%> (-1.24%) :arrow_down:
type_map.go 47.45% <ø> (ø)

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 ed4e121...c154140. Read the comment docs.