x/pkgsite: add GetReadme function #41018
Closed
Milestone
Comments
Change https://golang.org/cl/250540 mentions this issue: |
gopherbot
pushed a commit
to golang/pkgsite
that referenced
this issue
Aug 26, 2020
GetDirectory is split into several functions. These functions are intended to be exported in future CLs. For golang/go#39629 For golang/go#41017 For golang/go#41018 Change-Id: I78edfc2ab47e9947d8a8a6400460413ce0e64180 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/250540 Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of the new data model migration (#39629), we need to add a function to fetch a README for a give path_id.
The function signature will be:
The function will execute the query below:
The text was updated successfully, but these errors were encountered: