commit | d876005e83a58d1e88acb9e8af49f6d8448a7849 | [log] [tgz] |
---|---|---|
author | Julie Qiu <julie@golang.org> | Thu Jul 13 12:53:33 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Tue Apr 22 12:39:17 2025 -0700 |
tree | 8b1dd290e27681a7bdebff70a8b67abe8f7bc270 | |
parent | 82cedd1b1a69093cc91932d567f162cab812b483 [diff] |
.github/workflows: update govulncheck action Change-Id: I2649a25b49b56fe42f89dc13ac3e445738a8a90c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/508938 Reviewed-by: Sean Liao <sean@liao.dev> kokoro-CI: kokoro <noreply+kokoro@google.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Julie Qiu <julieqiu@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jamal <jamal@golang.org>
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.