x/pkgsite: establishing a hierarchy for the directories section #43694
Comments
Change https://golang.org/cl/283714 mentions this issue: |
Change https://golang.org/cl/283715 mentions this issue: |
gopherbot
pushed a commit
to golang/pkgsite
that referenced
this issue
Jan 14, 2021
Adds a function to zip subdirectories and nested modules into a tree structure for use in the unit directories redesign. For golang/go#43694 Change-Id: Ib2539681dfa5b69c63949d116dd468f4fdbc89d5 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/283714 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Julie Qiu <julie@golang.org>
gopherbot
pushed a commit
to golang/pkgsite
that referenced
this issue
Jan 14, 2021
Updates unit directories section to nest subdirectories in a two level tree structure. For golang/go#43694 Change-Id: I374c042234aeb426b24ae44c861bfb61e6511db1 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/283715 Trust: Jamal Carvalho <jamal@golang.org> Trust: Julie Qiu <julie@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Julie Qiu <julie@golang.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be difficult to see the relationship between nested packages and modules. We're planning to establish a tree-like hierarchy for the directories section to make these relationships more explicit.
The text was updated successfully, but these errors were encountered: