[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 312ebec2bc many: rename etl to worker
Miscellaneous renames.

Updates b/150864416.

Change-Id: I3816a8f652c9ced989d9c929d2c2d42734c2f5b3
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/686711
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
2020-04-06 15:50:53 -04:00
cmd many: rename etl to worker 2020-04-06 15:50:53 -04:00
content/static content/static/html: rename etl to worker 2020-04-06 15:50:52 -04:00
doc doc: worker.md and frontend.md 2020-04-06 15:50:52 -04:00
internal many: rename etl to worker 2020-04-06 15:50:53 -04:00
migrations migrations: rename versions table to modules 2020-04-06 15:50:52 -04:00
scripts scripts: add drop_test_dbs.sh 2020-04-06 15:50:52 -04:00
.gitignore .gitignore: add .yaml files 2020-04-06 15:50:52 -04:00
.prettierrc.yaml all.bash: add new linters and fix lint errors 2020-03-27 16:46:40 -04:00
CONTRIBUTING.md discovery: update README.md and CONTRIBUTING.md 2020-04-06 15:50:52 -04:00
LICENSE discovery: update LICENSE formatting 2020-03-27 16:46:33 -04:00
PATENTS discovery: initial boilerplate 2019-01-28 17:05:04 -05:00
README.md discovery: update README.md and CONTRIBUTING.md 2020-04-06 15:50:52 -04:00
all.bash all.bash: update verify_header check 2020-04-06 15:50:52 -04:00
go.mod all.bash: update verify_header check 2020-04-06 15:50:52 -04:00
go.sum all.bash: update verify_header check 2020-04-06 15:50:52 -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.