[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam f4ff88d904 migrations: create package_imports2 table
This will replace package_imports.

It has a BIGINT for the reference to unit_id, and switches to_path
from a string to a path id.

Change-Id: Ib2e50df2a7629fc202d993ae792890caee9c6d0e
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/326130
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
2021-06-08 19:13:38 +00:00
cmd internal/{postgres,worker}: add metric for number unprocessed 2021-05-27 16:23:30 +00:00
content content: use sync readfile for compatibility with node 12 2021-06-08 16:50:07 +00:00
devtools content,internal: update pages to use new base layout 2021-06-07 15:09:35 +00:00
doc doc: add chrome version to browserless/chrome command 2021-05-18 14:42:28 +00:00
e2e e2e: update e2e tests for new base layout 2021-06-07 15:09:49 +00:00
internal internal/worker: fix exp cluster name 2021-06-08 14:57:00 +00:00
migrations migrations: create package_imports2 table 2021-06-08 19:13:38 +00:00
third_party content,third_party: remove unused JS files 2021-03-08 15:59:41 +00:00
.dockerignore .dockerignore: exclude devtools/config and e2e directories 2021-02-16 21:18:16 +00:00
.eslintignore add JS output to relevant ignore files 2021-03-10 22:07:13 +00:00
.eslintrc.yaml e2e: factor out common code for basic snapshots 2021-05-26 16:05:33 +00:00
.gitignore .gitignore: exclude image snapshot diffs 2021-02-16 21:18:28 +00:00
.prettierignore add JS output to relevant ignore files 2021-03-10 22:07:13 +00:00
.prettierrc.yaml all: add initial side navigation UI experiment 2020-06-02 16:31:09 +00:00
.stylelintignore content/static: run stylelint fix on css files 2021-01-19 14:08:49 +00:00
.stylelintrc.yaml stylelint: add color-hex-case rule 2021-04-15 16:57:02 +00:00
CONTRIBUTING.md CONTRIBUTING.md: mention that GitHub PRs are accepted 2020-12-14 18:42:27 +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: delete outdated roadmap section 2021-04-13 18:55:41 +00:00
all.bash devtools/ci: add files for CI 2021-06-04 20:29:50 +00:00
cloudbuild.yaml cloudbuild.yaml: let Google Cloud Build run our CI script 2020-04-15 14:55:01 +00:00
go.mod go.mod: update goldmark v1.2.1 => v1.3.5 2021-05-19 15:12:10 +00:00
go.sum go.mod: update goldmark v1.2.1 => v1.3.5 2021-05-19 15:12:10 +00:00
jest.config.js e2e: update e2e test setup 2021-05-17 15:03:36 +00:00
package-lock.json package.json: add marked as a dependency 2021-05-18 14:42:57 +00:00
package.json package.json: add marked as a dependency 2021-05-18 14:42:57 +00:00
tsconfig.json tsconfig,content/static: change TS build target to ES2019 2021-02-24 18:46:28 +00:00

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.