[mirror] Home of the pkg.go.dev website
Перейти к файлу
Julie Qiu 0d8ca9e10e migrations: drop old documentation
Change-Id: Ib994a14c1a8e9af1f8d0b293924bf36b1fbbd8f2
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/315130
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
2021-04-29 19:40:39 +00:00
cmd cmd/internal/testing/stdlibsymbol: delete unused script 2021-04-29 15:30:24 +00:00
content/static content/static: fix visual glitch in top bar 2021-04-29 17:15:37 +00:00
devtools devtools: update node version in CI 2021-04-23 15:27:16 +00:00
doc doc: update frontend docs 2021-04-19 17:52:17 +00:00
e2e content/static: split stylesheet into multiple files 2021-04-28 13:57:19 +00:00
internal internal/frontend: tweak display text and log error for importedby 2021-04-29 19:40:19 +00:00
migrations migrations: drop old documentation 2021-04-29 19:40:39 +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: use locally installed version of prettier 2021-04-26 15:50:54 +00:00
cloudbuild.yaml cloudbuild.yaml: let Google Cloud Build run our CI script 2020-04-15 14:55:01 +00:00
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 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.