| commit | ddf96859c35103ea7898296565dc4e8272d7c6d3 | [log] [tgz] |
|---|---|---|
| author | Nicholas S. Husin <nsh@golang.org> | Tue Jan 13 12:36:22 2026 -0500 |
| committer | Nicholas Husin <nsh@golang.org> | Tue Jan 13 10:25:31 2026 -0800 |
| tree | d61f153699d37073b692e913663ac32050434f7d | |
| parent | de23ed2f24311828b8f858f9d9663de06fcd87f3 [diff] |
static/frontend: do not drop URL query when expanding README Fixes golang/go#77164 Change-Id: Ic6f1097777704447c2689d44609313912c3fb9c9 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/736120 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Nicholas Husin <husin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ethan Lee <ethanalee@google.com>
This repository hosts the source code of the pkg.go.dev website, and pkgsite, a documentation server program.
Pkg.go.dev is a website for discovering and evaluating Go packages and modules.
You can check it out at https://pkg.go.dev.
pkgsite program extracts and generates documentation for Go projects.
Example usage:
$ go install golang.org/x/pkgsite/cmd/pkgsite@latest $ cd myproject $ pkgsite -open .
For more information, see the pkgsite documentation.
If you want to report a bug or have a feature suggestion, please first check the known issues to see if your issue is already being discussed. If an issue does not already exist, feel free to file an issue.
For answers to frequently asked questions, see pkg.go.dev/about.
You can also chat with us on the #pkgsite Slack channel on the Gophers Slack.
We would love your help!
Our canonical Git repository is located at go.googlesource.com/pkgsite. There is a mirror of the repository at github.com/golang/pkgsite.
To contribute, please read our contributing guide.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.