We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0
Once I click on "request", I get almost immediately, "github.com/munichbughunter/flow" could not be found.:
Success or Found
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
The text was updated successfully, but these errors were encountered:
your module declaration flow doesn't match.
flow
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: