leanovate / gopter

GOlang Property TestER
MIT License
598 stars 40 forks source link

Improve docstring for PtrOf generator #52

Closed riconnon closed 5 years ago

riconnon commented 5 years ago

Documentation for PtrOf is misleading since it doesn't mention the possibility that gopter will throw away the generated value and return a nil pointer instead.