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: Can't see package on pkg.go.dev but can download via go get #42273

Closed
zachwhaley opened this issue Oct 29, 2020 · 1 comment
Closed

Comments

@zachwhaley
Copy link

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/trendmicro/new-release-version/

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36

Screenshot

Screen Shot 2020-10-29 at 11 47 36 AM

What did you do?

I'm new to Go in general and I tried to add my package to the pkg.go.dev site. While trying to do so I hit a number of issues such as, trying to set my first version to v2.0 without denoting this in my module name. In the process creating a v2 page for my package (see https://pkg.go.dev/github.com/trendmicro/new-release-version/v2) when I actually wanted a v1 page

What did you expect to see?

I believe I've fixed all known issues with my tags and module version and I'm able to successfully download my module via this command

GOPROXY=https://proxy.golang.org GO111MODULE=on go get -v -u github.com/trendmicro/new-release-version@v1.0.0

Also the proxy URL seems to work https://proxy.golang.org/github.com/trendmicro/new-release-version/@v/v1.0.0.info

But the pkg.go.dev site still says my package is invalid :(

What did you see instead?

pkg.go.dev thinks my package is invalid.

@gopherbot gopherbot added this to the Unreleased milestone Oct 29, 2020
@jamalc jamalc self-assigned this Oct 29, 2020
@jamalc
Copy link

jamalc commented Oct 29, 2020

Hi @zachwhaley, we have reprocessed the module with the issue and now the package is available on the site.

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