AkshatM / caprice

A Go client for RANDOM.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the documentation

AkshatM opened this issue · comments

Currently, the documentation is woefully lacking.

A good improvement would be to introduce changes that will make all the basic methods immediately visible in the documentation. This is likely an issue now because of Go's private/public namespacing since trueRNG is considered private as it isn't capitalised, and a fix to make trueRNG publicly accessible is fine as long as apiKey is still hidden from package importers.