JohnStarich / go

This is a collection of my Go modules in one easy-to-import place
Apache License 2.0
55 stars 13 forks source link

gopages: add a -private flag and split it from -internal #57

Open belak opened 1 year ago

belak commented 1 year ago

At the moment the -internal flag generates documentation for internal packages as well as causing private methods to be documented. Ideally those would be separate features, so this proposes an additional flag, -private which would cause private functions/variables to be documented.