-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/pkgsite: remove tcw.im/ufc and tcw.im/ufc/redigo #45487
Comments
If we remove tcw.im/ufc we'll remove everything under that (every path which has that as the prefix). Is that OK? |
Of course! |
Done. |
Sorry, reopen the issue here. After deleting and requesting this package again, will I tried the about#Adding a package method, but https://pkg.go.dev/tcw.im/ufc is still 404. Can this package regenerate documentation? Still need to change the name? Thanks. |
It's permanently removed. We can un-remove it if you want. Maybe it would help if you explain what your ultimate goal is. Usually people ask us to remove a package because they either don't want anyone to see it ever again, or because they have renamed it. You mentioned something about submodules in your original post. Can you explain your problem in more detail? |
Due to the time difference, I just received a reply. Okay, let me briefly describe it. Cause
In other projects, I used github.com/gomodule/redigo and simply packaged it. I want to put it in the The module named Because it depends on Ready to workI refer to golang/tools/gopls to set go.mod. And <meta name="go-import" content="tcw.im/ufc git https://github.com/staugur/go-ufc">
<meta name="go-source" content="tcw.im/ufc https://github.com/staugur/go-ufc/ https://github.com/staugur/go-ufc/tree/master{/ dir} https://github.com/staugur/go-ufc/blob/master{/dir}/{file}#L{line}"> Finally, The warehouse structure now looks like this:
TestUnfortunately, it can’t be reproduced now. I created and deleted a lot of tags when I tested before, but I remember that the general error message is: $ go get tcw.im/ufc/redigo@v<B>
go: downloading tcw.im/ufc v<B>
go: downloading tcw.im/ufc/redigo v<B>
go get: tcw.im/ufc/redigo@v<X??> updating to
tcw.im/ufc/redigo@v<B>: parsing go.mod:
module declares its path as: tcw.im/ufc
but was required as: tcw.im/ufc/redigo In That is, the real files of Installing Concluding remarksNow that No need to restore, I can change my name. Thanks! |
What is the URL of the page with the issue?
As per instructions at https://go.dev/about for removing a package: please remove
https://pkg.go.dev/tcw.im/ufc and https://pkg.go.dev/tcw.im/ufc/redigo
This is my toolkit, but the submodules always use the old version in "go get", so I request to delete them to see if it can be resolved.
Thank you.
The text was updated successfully, but these errors were encountered: