x/pkgsite: show a page for an empty directory that is above a nested module #43725
Labels
Milestone
Comments
@julieqiu I'd like to take this issue |
Sounds great - thanks! |
Change https://golang.org/cl/290049 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pkg.go.dev/google.golang.org/grpc@v1.35.0/cmd currently returns a 404, because it is a directory in the module google.golang.org/grpc that does not contain any packages.
https://pkg.go.dev/google.golang.org/grpc/cmd/protoc-gen-go-grpc however is a nested module in the parent module, https://pkg.go.dev/google.golang.org/grpc.
It would be useful to show a directory page containing the nested module at https://pkg.go.dev/google.golang.org/grpc@v1.35.0/cmd.
The text was updated successfully, but these errors were encountered: