[mirror] Home of the pkg.go.dev website
Перейти к файлу
Jamal Carvalho 255da272da devtools: config and scripts for frontend testing
Adds dependencies, configuration, and scripts for frontend
e2e and unit testing. Test examples to follow this change.

Change-Id: Ia3d246abfcc1411d5b00ca7e23829f1ede6e7207
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/280600
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
Trust: Jamal Carvalho <jamal@golang.org>
2020-12-29 16:46:44 +00:00
cmd cmd/teeproxy,internal/teeproxy,internal/breaker: delete 2020-12-22 14:54:11 +00:00
content/static content: wrap functions and methods 2020-12-28 18:53:09 +00:00
devtools devtools: config and scripts for frontend testing 2020-12-29 16:46:44 +00:00
doc doc: clarify that Postgres v11 or higher is required 2020-12-15 16:40:53 +00:00
internal internal/frontend: fix 400 handling in checkForPath 2020-12-29 00:22:48 +00:00
migrations migrations: drop documentation.html column 2020-12-02 16:14:38 +00:00
third_party content,internal,third_party: adds web vitals script for metrics tracking 2020-09-02 19:08:33 +00:00
.dockerignore .dockerignore: files that docker should exclude 2020-08-25 18:26:22 +00:00
.eslintignore root: setup linting config for typescript and css 2020-12-29 16:45:52 +00:00
.eslintrc.yaml root: setup linting config for typescript and css 2020-12-29 16:45:52 +00:00
.gitignore devtools: add support for running prettier within docker 2020-12-09 01:16:26 +00:00
.prettierignore root: setup linting config for typescript and css 2020-12-29 16:45:52 +00:00
.prettierrc.yaml all: add initial side navigation UI experiment 2020-06-02 16:31:09 +00:00
.stylelintignore root: setup linting config for typescript and css 2020-12-29 16:45:52 +00:00
.stylelintrc.yaml root: setup linting config for typescript and css 2020-12-29 16:45:52 +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: add badge to pkg.go.dev 2020-12-07 16:53:31 +00:00
all.bash all.bash: update prettier script to use dockerized prettier install 2020-12-09 18:06:00 +00:00
cloudbuild.yaml cloudbuild.yaml: let Google Cloud Build run our CI script 2020-04-15 14:55:01 +00:00
go.mod content,internal: delete autocomplete code 2020-12-22 14:54:15 +00:00
go.sum go.sum: update 2020-12-08 21:14:17 +00:00
package-lock.json devtools: config and scripts for frontend testing 2020-12-29 16:46:44 +00:00
package.json devtools: config and scripts for frontend testing 2020-12-29 16:46:44 +00:00
tsconfig.json root: setup linting config for typescript and css 2020-12-29 16:45:52 +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.