commit | 0cf8d2e6a3e0c83908332cfbe59698a4b94ec8ca | [log] [tgz] |
---|---|---|
author | Sean Liao <[email protected]> | Sun Apr 20 18:05:21 2025 +0100 |
committer | Sean Liao <[email protected]> | Thu Apr 24 12:44:49 2025 -0700 |
tree | 892b9cfe4fc9427f18eb41efc8dffb01637a0993 | |
parent | d876005e83a58d1e88acb9e8af49f6d8448a7849 [diff] |
internal/fetch: include goexperiment.jsonv2 For golang/go#71488 For golang/go#71845 Change-Id: Ib1b2fcbe5fede9a7c48207aee06a7659b0d49403 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/666935 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Junyang Shao <[email protected]>
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.