commit | 041c7c0b878cb88962867185208d4d2ec79de7d0 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Tue Jun 10 13:39:29 2025 -0700 |
committer | Gopher Robot <gobot@golang.org> | Wed Jun 11 11:52:44 2025 -0700 |
tree | 183eda7c3c646368faa7e6df56a3d7b11ce4527a | |
parent | ac5509ca2c6f5fe7909cfc831e11bd17f6bb796a [diff] |
internal/fetch: remove goexperiment.synctest Go 1.25 includes synctest in its non-experimental form. Drop the goexperiment.synctest constraint. This will cause us to stop displaying the experimental testing/synctest package for older Go versions, but more importantly will avoid displaying the deprecated (and GOEXPERIMENT-guarded) Run method in Go 1.25. For golang/go#71488. For golang/go#67434. Change-Id: I77c5c55f2a96d6c8e943da9cb3ffe9f92c7d6e68 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/680695 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Damien Neil <dneil@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.