Skip to content
[mirror] Home of the pkg.go.dev website
Go PLpgSQL CSS JavaScript Other
Branch: master
Clone or download

Latest commit

jba internal/config: remove global
Remove the `cfg` global and the functions that accessed it.

Fixes b/145301722.

Change-Id: I58ab9fbd4fc29f66dbc5b120f04c88ee0703ee57
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/238437
Reviewed-by: Julie Qiu <julie@golang.org>
Latest commit 8c8a3b1 Jun 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
cmd internal/config: remove global Jun 17, 2020
content/static content/static/css: hide pathInput element on larger displays Jun 17, 2020
devtools devtools: fix references to scripts May 26, 2020
doc doc: fix architecture.png Jun 15, 2020
internal internal/config: remove global Jun 17, 2020
migrations migrations: add version_map.go_mod_path column May 21, 2020
third_party discovery: move content/static/third_party to top-level directory Apr 6, 2020
.gitignore .gitignore: remove editor related section Jun 17, 2020
.prettierignore .prettierignore: add May 28, 2020
.prettierrc.yaml all: add initial side navigation UI experiment Jun 2, 2020
CONTRIBUTING.md CONTRIBUTING.md: add guidelines for sending a CL Jun 11, 2020
LICENSE discovery: update LICENSE date to 2020 Apr 6, 2020
PATENTS discovery: initial boilerplate Jan 28, 2019
README.md fix two typos in root files Jun 16, 2020
all.bash fix two typos in root files Jun 16, 2020
cloudbuild.yaml cloudbuild.yaml: let Google Cloud Build run our CI script Apr 15, 2020
go.mod mod: target Go 1.14 and fix the go-git deps Jun 16, 2020
go.sum mod: target Go 1.14 and fix the go-git deps Jun 16, 2020

README.md

Pkg.go.dev

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. We’ve 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: We’ll 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.

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.

You can’t perform that action at this time.