[mirror] Home of the pkg.go.dev website
Перейти к файлу
Julie Qiu 1255f844e6 internal/postgres: insert search_documents path ids
The search_documents columns package_path_id and module_path_id are now
populated.

For golang/go#44142

Change-Id: I1833bfc821f3a3ebe5b71a562e616d0c6b2dc20a
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/318490
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-05-13 17:02:50 +00:00
cmd cmd/internal/testing/stdlibsymbol: delete unused script 2021-04-29 15:30:24 +00:00
content/static content/static: add detail to gtm categories 2021-05-10 21:15:40 +00:00
devtools
doc
e2e e2e: update global test setup 2021-05-11 18:37:48 +00:00
internal internal/postgres: insert search_documents path ids 2021-05-13 17:02:50 +00:00
migrations migrations: add search_documents package_path_id and module_path_id 2021-05-13 17:02:38 +00:00
third_party
.dockerignore
.eslintignore
.eslintrc.yaml
.gitignore
.prettierignore
.prettierrc.yaml
.stylelintignore
.stylelintrc.yaml
CONTRIBUTING.md
LICENSE
PATENTS
README.md
all.bash
cloudbuild.yaml
go.mod all: upgrade templatecheck 2021-04-28 12:23:02 +00:00
go.sum all: upgrade templatecheck 2021-04-28 12:23:02 +00:00
jest.config.js
package-lock.json package-lock.json: patch vulnerable dependency 2021-05-11 18:37:15 +00:00
package.json
tsconfig.json

README.md

Pkg.go.dev

Go Reference

A site for discovering Go packages

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

You can check it out at https://pkg.go.dev.

Issues

If you want to report a bug or have a feature suggestion, please first check the known issues to see if your issue is already being discussed. If an issue does not already exist, feel free to file an issue.

For answers to frequently asked questions, see go.dev/about.

You can also chat with us on the #pkgsite Slack channel on the Gophers Slack.

Contributing

We would love your help!

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

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.