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 know that Go 1.18 hasn't been released yet, but thought it might be helpful to get a jump on this bug before its release.)
https://pkg.go.dev/github.com/gmlewis/advent-of-code-2021@v0.0.6
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36
I requested that https://pkg.go.dev/github.com/gmlewis/advent-of-code-2021@v0.0.6 be generated.
I expected to also see the packages: enum, maps, and stream (in addition to the correctly-displayed must, strfn, and test packages).
enum
maps
stream
must
strfn
test
Only the packages without Go 1.18 generics are displayed: must, strfn, and test.
The text was updated successfully, but these errors were encountered:
Duplicate of #48264
Sorry, something went wrong.
No branches or pull requests
(I know that Go 1.18 hasn't been released yet, but thought it might be helpful to get a jump on this bug before its release.)
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/gmlewis/advent-of-code-2021@v0.0.6
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36
Screenshot
What did you do?
I requested that https://pkg.go.dev/github.com/gmlewis/advent-of-code-2021@v0.0.6 be generated.
What did you expect to see?
I expected to also see the packages:
enum
,maps
, andstream
(in addition to the correctly-displayedmust
,strfn
, andtest
packages).What did you see instead?
Only the packages without Go 1.18 generics are displayed:
must
,strfn
, andtest
.The text was updated successfully, but these errors were encountered: