[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jonathan Amsterdam 9952931af0 internal/{postgres,frontend}: group search results
Group search results by module. Show the highest-ranking package of
each module, and display the other packages as sub-results, in the
same snippet as the winning package but smaller.

Also, display packages from later major module versions before earlier
ones, even if they have a lower score.

All this is protected by an experiment.

Change-Id: Iabc7fcf4e916289617b6c1c755904a27163ad554
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/316471
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
2021-05-06 13:18:15 +00:00
cmd cmd/internal/testing/stdlibsymbol: delete unused script 2021-04-29 15:30:24 +00:00
content/static internal/{postgres,frontend}: group search results 2021-05-06 13:18:15 +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/{postgres,frontend}: group search results 2021-05-06 13:18:15 +00:00
migrations migrations: add additional symbol_history indexes 2021-05-05 16:41:00 +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.