[mirror] Home of the pkg.go.dev website
Перейти к файлу
Julie Qiu 8185298a14 internal/postgres: remove do-not-insert-new-documentation
Change-Id: I4b5e4b4e6556f6f724dd01c08b7014c30b10a2b3
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/310313
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-04-21 19:14:16 +00:00
cmd cmd,internal/frontend: remove legacy playground code 2021-04-20 17:14:51 +00:00
content/static e2e: additional unit details snapshot tests 2021-04-20 21:46:40 +00:00
devtools devtools,e2e: update docker run flags 2021-04-19 15:58:58 +00:00
doc doc: update frontend docs 2021-04-19 17:52:17 +00:00
e2e e2e: standardize and rename test cases 2021-04-20 22:00:06 +00:00
internal internal/postgres: remove do-not-insert-new-documentation 2021-04-21 19:14:16 +00:00
migrations migrations: swap in new documentation table 2021-04-20 19:37:14 +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 root: add config and scripts for processing ts and css files 2020-12-30 20:54:41 +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 all.bash: switch npm to run_npm in scripts 2021-04-19 15:58:46 +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: upgrade pgx 2021-03-29 18:09:28 +00:00
go.sum go.mod: upgrade pgx 2021-03-29 18:09:28 +00:00
jest.config.js e2e: update snapshot test config 2021-04-17 00:41:41 +00:00
package-lock.json package-lock.json: update 2021-04-19 19:20:03 +00:00
package.json e2e: update snapshot test config 2021-04-17 00:41:41 +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.