It does not exist, and is not possible due to the guarantees the module
ecosystem wishes to provide. Any removal request you file only hides the
generated documentation.

- sean

On Fri, Dec 27, 2024, 19:46 Jeffery Carr <basilarc...@gmail.com> wrote:

> On Friday, December 27, 2024 at 6:08:51 PM UTC-6 Dan Kortschak wrote:
>
> On Fri, 2024-12-27 at 15:42 -0800, Jeffery Carr wrote:
> > The fact of the matter is that sometimes, I make really dumb
> > mistakes. In the case of versioning things wrong, or making namespace
> > errors, one needs to redo the namespace from scratch. This means we
> > need some sort of way of purging namespace paths.
> >
> > As far as I can tell, there is no way to do that yet. (?)
>
> You probably want https://go.dev/ref/mod#go-mod-file-retract
>
>
> "Retracted versions should remain available in version control
> repositories and on module proxies
> <https://go.dev/ref/mod#glos-module-proxy> to ensure that builds that
> depend on them are not broken."
>
> So, that is exactly what we don't want.
>
> We need to remove all the copies at https://pkg.go.dev/ <namespace> so we
> can start over. That includes purging the module proxies. This already
> exists no doubt, but doesn't seem to be programmatically exposed to us as
> developers.
>
> This is a plea to add that functionality, but I admit I don't know who to
> plea to.
> jcarr
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/golang-nuts/15c2db5e-1817-4163-bedf-272cefa7d623n%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/15c2db5e-1817-4163-bedf-272cefa7d623n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/CAGabyPrh1NkmY8gibQ%2Bq%3DaCr4VtY6Neo%2B3g3tEqN9LJdad-LVw%40mail.gmail.com.

Reply via email to