posener / goreadme

Generate readme file from Go doc. Now available as a Github action!
MIT License
213 stars 31 forks source link

Option to include exported types #94

Closed romainbou closed 3 years ago

romainbou commented 3 years ago

To get closer to the output of go doc, include the types of the package i.e. type Config struct{ ... }