[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 84a9264bad internal/frontend: remove testPackage.doc
This field was set in test cases, but never inserted into the
DB or compared.

Change-Id: Ia25d8b8b91d4abcd18e9a8532d80ae0c4c77a45b
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/289236
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
2021-02-03 20:29:09 +00:00
cmd internal/middleware: add option to redirect requests to beta.pkg.go.dev 2021-02-03 06:45:21 +00:00
content/static content/static: remove highlighting from doc examples 2021-02-03 16:38:32 +00:00
devtools all.bash: add npm lint to bash scripts 2021-01-25 17:09:59 +00:00
doc doc: update frontend docs 2021-01-08 18:23:42 +00:00
e2e e2e: add snapshot tests for homepage 2020-12-30 17:23:49 +00:00
internal internal/frontend: remove testPackage.doc 2021-02-03 20:29:09 +00:00
migrations migrations: drop units.v1_path 2021-01-20 00:31:57 +00:00
third_party
.dockerignore
.eslintignore content: simplify content directory structure 2021-01-08 18:30:54 +00:00
.eslintrc.yaml root: add config and scripts for processing ts and css files 2020-12-30 20:54:41 +00:00
.gitignore many: add node_modules directory to .gcloudignore 2021-01-26 20:22:06 +00:00
.prettierignore content: simplify content directory structure 2021-01-08 18:30:54 +00:00
.prettierrc.yaml
.stylelintignore content/static: run stylelint fix on css files 2021-01-19 14:08:49 +00:00
.stylelintrc.yaml root: stylelint config updates 2021-01-13 21:08:48 +00:00
CONTRIBUTING.md CONTRIBUTING.md: mention that GitHub PRs are accepted 2020-12-14 18:42:27 +00:00
LICENSE
PATENTS
README.md README.md: add badge to pkg.go.dev 2020-12-07 16:53:31 +00:00
all.bash all.bash: add npm lint to bash scripts 2021-01-25 17:09:59 +00:00
cloudbuild.yaml
go.mod internal/licenses: upgrade to latest licensecheck 2021-01-06 15:19:10 +00:00
go.sum internal/licenses: upgrade to latest licensecheck 2021-01-06 15:19:10 +00:00
package-lock.json root: stylelint config updates 2021-01-13 21:08:48 +00:00
package.json root: stylelint config updates 2021-01-13 21:08:48 +00:00
tsconfig.json content: simplify content directory structure 2021-01-08 18:30:54 +00:00

README.md

Pkg.go.dev

Go Reference

A site for discovering Go packages

Pkg.go.dev is a website for discovering and evaluating Go packages and modules.

You can check it out at https://pkg.go.dev.

Roadmap

Pkg.go.dev launched in November 2019, and is currently under active development by the Go team.

Here's what we are currently working on:

  • Design updates: We have some design changes planned for pkg.go.dev, to address UX feedback that we have received. You can expect a more cohesive search and navigation experience coming soon. We plan to share these designs for feedback once they are ready.

  • Godoc.org redirect: Longer term, we are working towards redirecting godoc.org traffic to pkg.go.dev. We know that there are features available on godoc.org that users want to see on pkg.go.dev, and we want to ensure that we address these. Weve been keeping track of issues related to redirecting godoc.org traffic on Go issue #39144. These issues will be prioritized in the next few months. We also plan to continue improving our license detection algorithm.

  • Search improvements: Well be improving our search experience based on feedback in Go issue #37810, to make it easier for users to find the dependencies they are looking for and make better decisions around which ones to import.

We encourage everyone to begin using pkg.go.dev today for all of their needs and to file feedback! You can redirect all of your requests from godoc.org to pkg.go.dev, by clicking Always use pkg.go.dev at the top of any page on godoc.org.

Issues

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 go.dev/about.

You can also chat with us on the #tools slack channel on the Gophers slack.

Contributing

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.

License

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.