| commit | 4bd6c634f204f1469ab5130fc5b65eb843e98aac | [log] [tgz] |
|---|---|---|
| author | Nicholas S. Husin <nsh@golang.org> | Thu Oct 23 18:40:14 2025 -0400 |
| committer | Nicholas Husin <nsh@golang.org> | Fri Oct 24 07:10:22 2025 -0700 |
| tree | 16dfb5865ee340f36c02432aa6aa1f3f1ebef0e6 | |
| parent | 34a1afa34fdbd811526de5926a44fa2a27418a2b [diff] |
deploy/deploy.yaml: remove steps involving the beta environment The beta environment is no longer being actively used. Keeping steps related to deploying and testing the beta environment as part of the main Cloud Build deployment file is therefore irrelevant, and might cause confusion should these steps fail. Change-Id: I061414d4edc10c4f5d68e4f24ce018238767f20c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/714460 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Nicholas Husin <husin@google.com> kokoro-CI: kokoro <noreply+kokoro@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.