faker icon indicating copy to clipboard operation
faker copied to clipboard

Fix typo on README

Open ranisalt opened this issue 5 years ago • 1 comments

I believe this to be a typo, private fields can't "be skipped" because they can't be used anyway, so that option would be useful public fields only.

ranisalt avatar Oct 15 '20 16:10 ranisalt

Codecov Report

Merging #122 (484bfcf) into master (b0be786) will decrease coverage by 1.34%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   93.65%   92.31%   -1.35%     
==========================================
  Files          11       11              
  Lines        1309     1080     -229     
==========================================
- Hits         1226      997     -229     
  Misses         45       45              
  Partials       38       38              
Impacted Files Coverage Δ
internet.go 76.69% <0.00%> (-5.53%) :arrow_down:
uuid.go 82.35% <0.00%> (-3.37%) :arrow_down:
datetime.go 97.46% <0.00%> (-0.80%) :arrow_down:
faker.go 90.53% <0.00%> (-0.79%) :arrow_down:
lorem.go 100.00% <0.00%> (ø)
phone.go 100.00% <0.00%> (ø)
price.go 100.00% <0.00%> (ø)
person.go 100.00% <0.00%> (ø)
address.go 100.00% <0.00%> (ø)
payment.go 100.00% <0.00%> (ø)
... and 1 more

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 b0be786...484bfcf. Read the comment docs.

codecov[bot] avatar Oct 15 '20 16:10 codecov[bot]