[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 3adcef48f6 internal/proxy: fix error reporting
We weren't reporting on NotFound, but the right code is NotFetched,
since that is what is returned when proxy fetch is disabled.

Change-Id: I554d5186fb4db0346fb9456fe9fc55091066abda
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/320751
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
2021-05-18 16:14:20 +00:00
cmd cmd/internal/testing/stdlibsymbol: delete unused script 2021-04-29 15:30:24 +00:00
content/static content/static: create styleguide assets 2021-05-18 15:01:02 +00:00
devtools devtools: update node version in CI 2021-04-23 15:27:16 +00:00
doc doc: add chrome version to browserless/chrome command 2021-05-18 14:42:28 +00:00
e2e e2e: update image snapshots 2021-05-18 14:42:34 +00:00
internal internal/proxy: fix error reporting 2021-05-18 16:14:20 +00:00
migrations migrations: add symbol_search_documents 2021-05-13 20:07:24 +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: reduce boilerplate and add additonal tests 2021-05-14 15:38:08 +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 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.