Skip to content
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

godoc broken for github.com/lawrencejones/pg2pubsub #43611

Closed
lawrencejones opened this issue Jan 9, 2021 · 4 comments
Closed

godoc broken for github.com/lawrencejones/pg2pubsub #43611

lawrencejones opened this issue Jan 9, 2021 · 4 comments

Comments

@lawrencejones
Copy link

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/lawrencejones/pg2pubsub

What did you do?

I renamed the github.com/lawrencejones/pg2pubsub to github.com/lawrencejones/pgsink a while back, but the godoc and pkg.go documentation is stuck at the old name.

I cannot create a new pkg.go package, as (I think) it's seeing the new repo as equivalent to the old? Whenever I try, it says that this path is not valid, despite my go.mod having the correct package name, and maybe I'm looking for the original name?

image

What did you expect to see?

My documentation appear under the new package name.

What did you see instead?

@tmthrgd
Copy link
Contributor

tmthrgd commented Jan 9, 2021

The highest tagged version (v0.1.0) has a go.mod file with the old path. Try pushing a new tag now that you’ve changed the path in the HEAD go.mod file.

@lawrencejones
Copy link
Author

Awesome, this looks like it works now.

Just to clean-up, is there anyway I can get the pg2pubsub package removed? Not a big deal if not, but would be good not to have two locations.

Also, thanks for your help. Was pretty confused!

@tmthrgd
Copy link
Contributor

tmthrgd commented Jan 10, 2021

Glad that helped!

You can request packages by removed by opening an issue. Check out the instructions here: https://go.dev/about.

@lawrencejones
Copy link
Author

Great, thank you.

@golang golang locked and limited conversation to collaborators Jan 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants