Skip to content

struct: ignore unexported fields when reflect#239

Merged
unknwon merged 1 commit intomasterfrom
ignore-unexport-fields-in-reflect
May 9, 2020
Merged

struct: ignore unexported fields when reflect#239
unknwon merged 1 commit intomasterfrom
ignore-unexport-fields-in-reflect

Conversation

@unknwon
Copy link
Member

@unknwon unknwon commented May 9, 2020

Fixes #223

@unknwon unknwon changed the title struct: ignore unexported fields struct: ignore unexported fields when reflect May 9, 2020
@codecov
Copy link

codecov bot commented May 9, 2020

Codecov Report

Merging #239 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
+ Coverage   86.39%   86.41%   +0.01%     
==========================================
  Files           9        9              
  Lines        1882     1884       +2     
==========================================
+ Hits         1626     1628       +2     
  Misses        196      196              
  Partials       60       60              
Impacted Files Coverage Δ
struct.go 80.19% <100.00%> (+0.07%) ⬆️

@unknwon unknwon merged commit ad8a106 into master May 9, 2020
@unknwon unknwon deleted the ignore-unexport-fields-in-reflect branch May 9, 2020 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot reflect unexported struct

1 participant