commit | e863a039941fdd1a92fb694c3d9b3bb0ea0ba257 | [log] [tgz] |
---|---|---|
author | cuishuang <[email protected]> | Thu Apr 17 14:23:37 2025 +0800 |
committer | Gopher Robot <[email protected]> | Thu Apr 24 16:10:09 2025 -0700 |
tree | 29aca888b6bc65b1f906e89737189d5fbf4bbb2a | |
parent | 0cf8d2e6a3e0c83908332cfbe59698a4b94ec8ca [diff] |
internal/godoc/dochtml/internal/render: remove duplicate package import Change-Id: Ib4adf21e58896e19e8a67076e6ca834fdcdcc7dd Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/666235 kokoro-CI: kokoro <[email protected]> Reviewed-by: Sean Liao <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Junyang Shao <[email protected]> Auto-Submit: Sean Liao <[email protected]> Reviewed-by: Dmitri Shuralyov <[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.