[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 76f929b8d0 internal/{postgres,frontend}: support modules with zero commit times
It's valid to have a module with a zero commit time (as reported by
the proxy .info endpoint). That can happen if the module is served
from a vanity URL with a go-import meta tag of type `mod`.

Process those modules and display them with a publish date of
"unknown."

Fixes golang/go#48952

Change-Id: I8efdebfa27c8b6ed68c183bac77d87ee715f8262
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/356129
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-10-15 13:50:12 +00:00
cmd cmd/frontend: log redis client status 2021-10-04 15:02:59 +00:00
devtools devtools/cmd/seeddb: support bypassing the license check 2021-09-29 18:52:49 +00:00
doc doc: add config.md 2021-09-10 01:20:29 +00:00
internal internal/{postgres,frontend}: support modules with zero commit times 2021-10-15 13:50:12 +00:00
migrations migrations: set symbol_search_documents.symbol_name not null 2021-10-01 17:25:31 +00:00
static static: improve dark mode UI for deprecations 2021-10-14 20:50:57 +00:00
tests static/doc: less repetative deprecation UI 2021-10-14 15:23:24 +00:00
third_party third_party/autoComplete.js: delete 2021-08-06 14:43:25 +00:00
.dockerignore internal/frontend: serve /sitemap 2021-10-04 20:39:04 +00:00
.eslintignore root: ignore static build files in static 2021-06-12 14:34:29 +00:00
.eslintrc.yaml
.gitignore .gitignore: ignore nested image diff directories 2021-07-28 19:34:05 +00:00
.prettierignore root: ignore static build files in static 2021-06-12 14:34:29 +00:00
.prettierrc.yaml
.stylelintignore .stylelintignore: ignore minified CSS files 2021-08-23 19:10:05 +00:00
.stylelintrc.yaml
CONTRIBUTING.md
LICENSE
PATENTS
README.md
all.bash all.bash: run run_build_static first 2021-08-31 19:27:55 +00:00
cloudbuild.yaml cloudbuild.yaml: run CI script 2021-09-30 13:54:01 +00:00
go.mod internal/frontend: update to latest vulndb client 2021-09-08 17:31:46 +00:00
go.sum internal/frontend: update to latest vulndb client 2021-09-08 17:31:46 +00:00
jest.config.js tests/e2e: update jest environment settings 2021-08-10 16:04:11 +00:00
package-lock.json package-lock.json: ran ./all.bash npm audit fix 2021-08-10 23:07:33 +00:00
package.json devtools,package.json: upgrade and pin puppeteer version 2021-08-05 16:49:53 +00:00
tsconfig.json internal,static: update esbuild config 2021-08-24 15:52:50 +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.