aboutsummaryrefslogtreecommitdiff
path: root/devtools/cmd/dumpdoc
AgeCommit message (Collapse)Author
2026-03-24all: pgx/v4 to v5 and upgrade pqEthan Lee
- In preparation for upgrade to PostgreSQL 17, upgrade stale dependencies within pkgsite. Change-Id: Id54cbb46182711b9808ee3bbbe2f0d5d9a04583d Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/758121 Auto-Submit: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
2024-02-26devtools/cmd/dumpdoc: add symbol docJonathan Amsterdam
Add the documentation for all the exported symbols to the output file. Change-Id: I25270765d81f78c3ff558243fea726fa68da65a3 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/566495 kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
2024-02-23devtools/cmd/dumpdoc: tool for writing out package documentationJonathan Amsterdam
This is a tool for an experiment. It reads package documentation from the database and writes it to a file in gob format. Change-Id: I3b6cfde24ce155a647c3c43caff68be63832f80f Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/566416 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>