posener / goreadme

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

goreadme doesnt read doc string #119

Open xsteadfastx opened 3 years ago

xsteadfastx commented 3 years ago

i used goreadme in some projects and i really love it. today i started a new project and tried to use goreadme.... it just produces the default output

$ goreadme
2021/09/24 18:30:19 Getting .
#

---
Readme created from Go doc with [goreadme](https://github.com/posener/goreadme)

the docs are writting in this file: https://git.xsfx.dev/xsteadfastx/workgroups/src/branch/main/workgroups.go

its about this repo: https://git.xsfx.dev/xsteadfastx/workgroups

maybe someone has an idea. i use goreadme version 1.4.1

xsteadfastx commented 3 years ago

ok... it has a problem with the tools.go file. if i delete it... it works... but why? it has a problem with the build tag.