Navigation Menu

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

x/pkgsite: Project not showing up on pkg.go.dev after attempts made in vain #45969

Closed
dsoprea opened this issue May 5, 2021 · 2 comments
Closed

Comments

@dsoprea
Copy link

dsoprea commented May 5, 2021

What version of Go are you using (go version)?

1.16.3

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

amd64, gccgo

What did you do?

Did a targeted fetch:

$ go get github.com/dsoprea/go-webp-image-structure@f9047d252ea5a7142d195918df2759b2dd657b6d
go: downloading github.com/dsoprea/go-webp-image-structure v0.0.0-20210505121052-f9047d252ea5
go get: added github.com/dsoprea/go-webp-image-structure v0.0.0-20210505121052-f9047d252ea5

Tried the pkg.go.dev page for the project and it's still not present.

Hit the proxy URL to try and induce an update:

https://proxy.golang.org/github.com/dsoprea/go-webp-image-structure/@v/v0.0.0-20210505121052-f9047d252ea5.info

{"Version":"v0.0.0-20210505121052-f9047d252ea5","Time":"2021-05-05T12:10:52Z"}

A search still shows not present:

(https://pkg.go.dev/search?q=github.com%2Fdsoprea%2Fgo-webp-image-structure)

image

What did you expect to see?

Package documentation.

What did you see instead?

Missing documentation:

image

What am I missing?

@seankhliao seankhliao changed the title proxy.golang.org: Project not showing up on pkg.go.dev after attempts made in vain x/pkgsite: Project not showing up on pkg.go.dev after attempts made in vain May 5, 2021
@gopherbot gopherbot added this to the Unreleased milestone May 5, 2021
@julieqiu
Copy link
Member

julieqiu commented May 5, 2021

I'm seeing this package now at https://pkg.go.dev/github.com/dsoprea/go-webp-image-structure:

image

For future reference, you can also try visiting a specific version of the package (for example, https://pkg.go.dev/github.com/dsoprea/go-webp-image-structure@v0.0.0-20210505121052-f9047d252ea5) to fetch a version of the package that is not on pkg.go.dev.

@julieqiu julieqiu closed this as completed May 5, 2021
@dsoprea
Copy link
Author

dsoprea commented May 5, 2021

Okay. Good to know. It'd be really helpful to document that in one or both of those "not found"-type pages.

@golang golang locked and limited conversation to collaborators May 5, 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