golang / gddo

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

Shows information about removed sub-pkgs #588

Closed andersfylling closed 5 years ago

andersfylling commented 5 years ago

In my repository there are sub packages that were removed several weeks ago, and I have no idea how to completely reset/clear the GoDoc data so it can re-parse my project. Talking about the website, godoc.org.

Does anyone know?

jackwilsdon commented 5 years ago

Have you got a link to the project in question and the names of the subpackages which should no longer exist? I assume you've tried clicking "Refresh" at the bottom of the godoc page?

andersfylling commented 5 years ago

Yes, i tried refresh.

Here's a link: https://godoc.org/github.com/andersfylling/disgord#pkg-subdirectories

Pgks such as "rest", "state", and "resource" no longer exist. Although they might exist in forks.

dmitshur commented 5 years ago

Did you visit and refresh the actual packages that no longer exist? E.g.:

I just did that, and they're no longer showing up at https://godoc.org/github.com/andersfylling/disgord#pkg-subdirectories.

andersfylling commented 5 years ago

Oh, thank you! I thought the refresh would refresh everything :D