commit | 0a075a2cae6ac8ff829d0d7c7841d064d6833167 | [log] [tgz] |
---|---|---|
author | Sean Liao <[email protected]> | Tue Apr 15 17:41:19 2025 +0100 |
committer | Sean Liao <[email protected]> | Wed Apr 16 06:36:37 2025 -0700 |
tree | f675986f540d74933186336251725d10345f974c | |
parent | 5f490db0cc8d5e9f62ccd95b0033263a00163ef9 [diff] |
internal: case sensitive exclude for github.com/google/UUID Fixes golang/go#68357 Change-Id: I6f59310442fa6a161c95ea568238fefffcc09072 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/665735 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> kokoro-CI: kokoro <[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.