[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 079d64eb20 internal/postgres: move latest-version insertions last
Reorganize the code of saveModule so that all changes that assume
we have the latest version happen at the end.

Change-Id: I53b261f1fc24bd48001542b4f0e1d6bbc5f75d29
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/760099
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
2020-06-02 15:45:26 +00:00
cmd internal/queue: pass experiments explictly to InMemoryQueue 2020-06-02 15:09:31 +00:00
content/static all: clean up some issues noticed by Lighthouse 2020-05-26 17:21:35 +00:00
devtools devtools: fix references to scripts 2020-05-26 23:06:21 +00:00
doc all: run prettier on markdown files 2020-05-29 14:48:09 +00:00
internal internal/postgres: move latest-version insertions last 2020-06-02 15:45:26 +00:00
migrations migrations: add version_map.go_mod_path column 2020-05-21 16:09:37 +00: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
.prettierignore .prettierignore: add 2020-05-28 22:00:27 +00:00
.prettierrc.yaml content/static: rearrange loading order of scripts plus cleanup 2020-05-26 17:03:21 +00:00
CONTRIBUTING.md all: run prettier on markdown files 2020-05-29 14:48:09 +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 all: run prettier on markdown files 2020-05-29 14:48:09 +00:00
all.bash all: run prettier on markdown files 2020-05-29 14:48:09 +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 on addressing the UX feedback we have received. You can expect pkg.go.dev to be slated for some design changes coming soon. We plan to share these designs for feedback with everyone once they are ready.

Longer term, we are working towards redirecting godoc.org traffic to pkg.go.dev. We want to ensure that we address users' needs in the process. Read more about our next steps for pkg.go.dev. Issues related to redirecting godoc.org traffic are being tracked in Go issue #39144. We plan to address these issues before redirecting traffic from godoc.org to pkg.go.dev.

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 clicking Always use pkg.go.dev at the top of any page on godoc.org.

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.