golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 265 forks source link

Godoc breaks package documentation #619

Open capnspacehook opened 5 years ago

capnspacehook commented 5 years ago

godoc.org was producing consistent documentation for my repo, https://github.com/capnspacehook/taskmaster, but ever since my most recent commit, the documentation has been broken. Here is what it looks like now:

image

I have multiple files, functions, types, methods etc in my repo, yet almost none of it is showing up on godoc.org for some reason. No idea why.

I tested generating godocs on my local machine, and all files were parsed and generated properly. So I don't think it's an issue with my repo.

Thanks for your work on godoc.org!

carnott-snap commented 5 years ago

This is a known issue, described in #188. Note that the only file that shows up is the one without the windows build flag.

capnspacehook commented 5 years ago

Hmm, that kind of makes sense, except for the fact that a week ago, every file had a windows build flag and godoc.org generated docs perfectly. So the sudden regression is very confusing.