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.

Reply via email to