gddo icon indicating copy to clipboard operation
gddo copied to clipboard

Godoc breaks package documentation

Open capnspacehook opened this issue 5 years ago • 2 comments

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!

capnspacehook avatar May 10 '19 17:05 capnspacehook

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

carnott-snap avatar May 10 '19 21:05 carnott-snap

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.

capnspacehook avatar May 10 '19 21:05 capnspacehook