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: requested package could not be found #61313

Closed
munichbughunter opened this issue Jul 12, 2023 · 1 comment
Closed

x/pkgsite: requested package could not be found #61313

munichbughunter opened this issue Jul 12, 2023 · 1 comment
Labels
Milestone

Comments

@munichbughunter
Copy link

I recently created a new public github repo (https://github.com/munichbughunter/flow) but pkg.go.dev seems to be unable to access/parse it.

What is the URL of the page with the issue?

If I go to https://pkg.go.dev/github.com/munichbughunter/flow
Once I click on "request", I get almost immediately, "github.com/munichbughunter/flow" could not be found.:

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0

Screenshot

Bildschirmfoto 2023-07-12 um 15 16 37

What did you do?

Once I click on "request", I get almost immediately, "github.com/munichbughunter/flow" could not be found.:

What did you expect to see?

Success or Found

What did you see instead?

could not be found

Personal notes:
If I use go get it works:

❯ mkdir test

❯ cd test

❯ go mod init test
go: creating new go.mod: module test

❯ go get github.com/munichbughunter/flow
go get: added github.com/munichbughunter/flow v0.0.0-20230707062840-d3da69e273fe

@gopherbot gopherbot added this to the Unreleased milestone Jul 12, 2023
@seankhliao
Copy link
Member

your module declaration flow doesn't match.

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants