[mirror] Home of the pkg.go.dev website
Перейти к файлу
Michael Matloob 17701c53fe internal/memory: skip TestRead on non-linux platforms
Don't assume that /proc/meminfo exists on non-Linux platforms.

For #61209

Change-Id: I77cd968004f6f7cacb20b926a3cf8fc60e2c9525
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/508296
Run-TryBot: Michael Matloob <matloob@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Bypass: Michael Matloob <matloob@google.com>
2023-07-06 20:26:36 +00:00
.github/workflows .github/workflows: add govulncheck-action 2023-05-31 15:21:19 +00:00
cmd cmd/frontend: add -local flag to run frontend in LocalMode 2023-06-22 14:00:55 +00:00
deploy internal/worker: allow worker to process dynamic excluded prefix files 2023-05-04 17:03:37 +00:00
devtools Fix content.yaml syntax 2023-05-19 19:44:48 +00:00
doc all: remove repeated definite articles 2023-04-27 19:44:20 +00:00
internal internal/memory: skip TestRead on non-linux platforms 2023-07-06 20:26:36 +00:00
migrations migrations: set search_documents.ln_imported_by_count NOT NULL 2021-10-25 17:48:39 +00:00
static static/frontend: fix homepage link when running in LocalMode 2023-06-22 14:17:59 +00:00
tests internal/vuln: display summary instead of description on package page 2023-06-30 19:55:35 +00:00
third_party third_party: update dialog polyfill 2022-01-13 15:05:45 +00:00
.dockerignore pkgsite: remove the e2e tests 2022-01-31 19:10:20 +00:00
.eslintignore root: ignore static build files in static 2021-06-12 14:34:29 +00:00
.eslintrc.yaml pkgsite: remove the e2e tests 2022-01-31 19:10:20 +00:00
.gitignore deploy: add config for unattended deploy trigger 2021-11-09 17:02:06 +00:00
.prettierignore root: ignore static build files in static 2021-06-12 14:34:29 +00:00
.prettierrc.yaml all: add initial side navigation UI experiment 2020-06-02 16:31:09 +00:00
.stylelintignore .stylelintignore: ignore minified CSS files 2021-08-23 19:10:05 +00:00
.stylelintrc.yaml pkgsite: upgrade stylelint npm packages 2022-01-18 16:22:23 +00:00
CONTRIBUTING.md doc,CONTRIBUTING.md: update go version to 1.19 2022-07-19 17:36:06 +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 all: upgrade to go 1.19beta1 2022-06-17 13:48:55 +00:00
all.bash deploy,devtools: use golang:1.20 image 2023-02-21 14:23:42 +00:00
go.mod internal/vuln: refactor client and improve ByPackagePrefix 2023-05-17 17:34:30 +00:00
go.sum internal/vuln: refactor client and improve ByPackagePrefix 2023-05-17 17:34:30 +00:00
jest.config.js pkgsite: remove the e2e tests 2022-01-31 19:10:20 +00:00
package-lock.json package.json: ran npm audit fix 2023-03-30 14:05:34 +00:00
package.json package.json: ran npm audit fix 2023-03-30 14:05:34 +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.

Requirements

Pkgsite requires Go 1.19 to run. The last commit that works with Go 1.18 is 9ffe8b928e. The last commit that works with Go 1.17 is 4d836c6a65.

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 pkg.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.