[mirror] Home of the pkg.go.dev website
Перейти к файлу
Julie Qiu 14287ce18e .gitignore: remove terraform
Change-Id: I9f6dd5a8ba68ea4d9eb09b61ce664958ecb95256
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/706454
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2020-04-06 17:09:52 -04:00
cmd discovery: add UI for “Back to godoc.org” button 2020-04-06 17:09:52 -04:00
content/static content: update header and footer content 2020-04-06 17:09:52 -04:00
doc scripts: add migrate_db.sh 2020-04-06 17:09:52 -04:00
internal internal/middleware: update SecureHeaders to relax nonce matching rule 2020-04-06 17:09:52 -04:00
migrations migrations: set B weight to 1 2020-04-06 17:09:52 -04:00
scripts scripts: add migrate_db.sh 2020-04-06 17:09:52 -04:00
third_party discovery: move content/static/third_party to top-level directory 2020-04-06 17:09:52 -04:00
.gitignore .gitignore: remove terraform 2020-04-06 17:09:52 -04:00
.prettierrc.yaml all.bash: add new linters and fix lint errors 2020-03-27 16:46:40 -04:00
CONTRIBUTING.md CONTRIBUTING: fix link to doc/design.md 2020-04-06 17:09:52 -04:00
LICENSE discovery: update LICENSE date to 2020 2020-04-06 17:09:52 -04:00
PATENTS discovery: initial boilerplate 2019-01-28 17:05:04 -05:00
README.md README.md: remove gopher img 2020-04-06 17:09:52 -04:00
all.bash all.bash: add mvdan.cc/unparam 2020-04-06 17:09:52 -04:00
go.mod discovery: move content/static/third_party to top-level directory 2020-04-06 17:09:52 -04:00
go.sum discovery: move content/static/third_party to top-level directory 2020-04-06 17:09:52 -04:00

README.md

Pkg.go.dev

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

Roadmap

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

Our current goal is to work towards redirecting godoc.org traffic to pkg.go.dev, and ensure that we address users' needs in the process. Read more about our plans for pkg.go.dev in 2020.

We encourage everyone to begin using pkg.go.dev today for all of their needs and file feedback! You can redirect all of your requests from godoc.org to pkg.go.dev, by visiting godoc.org/?redirect=on. Details at Go issue #37099.

If you are having issues with pkg.go.dev, please first check the known issues before following the troubleshooting guide. If that does not give you the information you need, reach out to us.

Issues

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

If you think you have an issue that needs fixing, or a feature suggestion, then please make sure you follow the steps to file an issue with the right information to allow us to address it.

Contributing

We would love your help!

Our canonical Git repository is located cat go.googlesource.com/discovery. There is a mirror of the repository at github.com/golang/discovery.

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.