Hello, I made a mistake in versioning a package: https://pkg.go.dev/github.com/dbos-inc/dbos-transact-go/dbos.
To work around the proxy immutability, I changed my package name.
Would it be possible to hide https://pkg.go.dev/github.com/dbos-inc/dbos-transact-go/dbos from the pkg site?
Thank you so much! 🙏
p.s.: the new name is dbos-transact-golang
-- please don't hide this one :)
edit: the way I circumvented the proxy is by renaming the entire repo (not sure if this detail is useful)
Comment From: gabyhelp
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Comment From: prattmic
cc @golang/pkgsite
Comment From: jba
Done.
Comment From: maxdml
Done.
Thank you very much! Appreciate it.
Comment From: maxdml
@jba 👋 , I wanted to check with you, it looks like pkg.go.dev does not pick up on my latest release, which however is indexed: https://proxy.golang.org/github.com/dbos-inc/dbos-transact-golang/@v/v0.5.6-beta.info. I can see the previous one: https://pkg.go.dev/github.com/dbos-inc/dbos-transact-golang@v0.5.5-beta
I cut the release 2 hours ago.
Could this have anything to do with https://pkg.go.dev/github.com/dbos-inc/dbos-transact-go/dbos being hidden?
Thank you!
EDIT: shows up how. Sorry for bothering you. I thought it'd take 30mn.