[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam f648800004 internal/stdlib: clarify doc comment for Contains
Change-Id: Ic17226b2ae53e17ed96ee288e29306845252b3e8
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/747785
Reviewed-by: Julie Qiu <julieqiu@google.com>
2020-05-18 16:14:14 +00:00
cmd cmd/worker: rename env vars 2020-05-15 17:53:08 +00:00
content/static internal/fetch: add playground links for examples 2020-04-13 21:35:11 +00:00
doc scripts: add migrate_db.sh 2020-04-06 17:09:52 -04:00
internal internal/stdlib: clarify doc comment for Contains 2020-05-18 16:14:14 +00:00
migrations migrations: add search_documents.module_path index 2020-05-01 03:42:58 +00: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 all: rename module to golang.org/x/pkgsite 2020-04-23 16:18:43 +00: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: use unparam 2020-04-16 18:20:53 +00:00
cloudbuild.yaml cloudbuild.yaml: let Google Cloud Build run our CI script 2020-04-15 14:55:01 +00:00
go.mod internal/secrets: use Secret Manager 2020-05-06 18:05:01 +00:00
go.sum internal/secrets: use Secret Manager 2020-05-06 18:05:01 +00: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.