[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 1c003d1c99 CONTRIBUTING.md,docs: clean up for external use
Change-Id: I1ab3bcb5eed7000ab104fa126ddefedcde0f653c
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/692510
Reviewed-by: Julie Qiu <julieqiu@google.com>
2020-04-06 17:09:52 -04:00
cmd cmd/worker: get excluded filename from an env var 2020-04-06 17:09:52 -04:00
content/static all: clean up references 2020-04-06 17:09:52 -04:00
doc CONTRIBUTING.md,docs: clean up for external use 2020-04-06 17:09:52 -04:00
internal all: clean up references 2020-04-06 17:09:52 -04:00
migrations all: clean up references 2020-04-06 17:09:52 -04:00
scripts migrations: fix version_map constraint name 2020-04-06 17:09:51 -04:00
.gitignore
.prettierrc.yaml
CONTRIBUTING.md CONTRIBUTING.md,docs: clean up for external use 2020-04-06 17:09:52 -04:00
LICENSE
PATENTS
README.md
all.bash internal/secrets: use environment variables 2020-04-06 17:09:52 -04:00
go.mod all: tidy go.mod and go.sum 2020-04-06 17:09:51 -04:00
go.sum all: tidy go.mod and go.sum 2020-04-06 17:09:51 -04:00

README.md

Pkg.go.dev

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

Gopher in pilot cap.

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

Roadmap

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.