[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jamal Carvalho 2577ce4663 devtools,e2e: use a single browser instance for e2e tests
Each e2e test file was starting and closing its
own instance of Chrome. To speed up the tests
we are now sharing a single instance of across
test files and properly exiting after the tests
have completed.

Change-Id: Ia7ad4acaf961cf89a177e293e971c94b43b76d05
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/304589
Trust: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
2021-03-25 04:10:40 +00:00
cmd cmd/internal/testing/stdlibsymbol: fix build error 2021-03-23 18:43:30 +00:00
content/static content/static: add test id to unit header title 2021-03-24 21:38:26 +00:00
devtools devtools,e2e: use a single browser instance for e2e tests 2021-03-25 04:10:40 +00:00
doc doc: update frontend doc 2021-03-10 20:58:02 +00:00
e2e devtools,e2e: use a single browser instance for e2e tests 2021-03-25 04:10:40 +00:00
internal internal: update page check and server tests 2021-03-24 21:38:43 +00:00
migrations migrations: drop unused documentation columns 2021-03-22 19:24:23 +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
.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
.stylelintignore content/static: run stylelint fix on css files 2021-01-19 14:08:49 +00:00
.stylelintrc.yaml
CONTRIBUTING.md
LICENSE
PATENTS
README.md
all.bash write js files as a step in all.bash 2021-03-22 22:43:22 +00:00
cloudbuild.yaml
go.mod devtools,internal: configuration for esbuild 2021-03-10 17:35:09 +00:00
go.sum devtools,internal: configuration for esbuild 2021-03-10 17:35:09 +00:00
package-lock.json devtools,e2e: use a single browser instance for e2e tests 2021-03-25 04:10:40 +00:00
package.json devtools,e2e: use a single browser instance for e2e tests 2021-03-25 04:10:40 +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.

Roadmap

Pkg.go.dev launched in November 2019, and is currently under active development by the Go team.

Here's what we are currently working on:

  • Design updates: We have some design changes planned for pkg.go.dev, to address UX feedback that we have received. You can expect a more cohesive search and navigation experience coming soon. We plan to share these designs for feedback once they are ready.

  • Godoc.org redirect: Longer term, we are working towards redirecting godoc.org traffic to pkg.go.dev. We know that there are features available on godoc.org that users want to see on pkg.go.dev, and we want to ensure that we address these. Weve been keeping track of issues related to redirecting godoc.org traffic on Go issue #39144. These issues will be prioritized in the next few months. We also plan to continue improving our license detection algorithm.

  • Search improvements: Well be improving our search experience based on feedback in Go issue #37810, to make it easier for users to find the dependencies they are looking for and make better decisions around which ones to import.

We encourage everyone to begin using pkg.go.dev today for all of their needs and to file feedback! You can redirect all of your requests from godoc.org to pkg.go.dev, by clicking Always use pkg.go.dev at the top of any page on godoc.org.

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 #tools 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.