[mirror] Home of the go.dev and golang.org websites
Перейти к файлу
Dmitri Shuralyov 2827872edd cmd/golangorg: link to a more narrow list of old versions
Update the GCP console link to have an Environment=Flexible filter,
so the list of old website versions doesn't include extraneous entries.

The versionsquery query parameter is not easily readable, but it's what
GCP uses. It encodes the following information:

	[{"k":"env","t":10,"v":"\"FLEXIBLE\"","s":true}]

Remove the versionssize=50 query parameter, since it's not critical,
to make the URL shorter and easier to copy.

Change-Id: I09e7c25191668af10aef0783b2760af3b7873654
Reviewed-on: https://go-review.googlesource.com/c/163177
Reviewed-by: Channing Kimble-Brown <channing@golang.org>
2019-02-20 19:46:52 +00:00
cmd/golangorg cmd/golangorg: link to a more narrow list of old versions 2019-02-20 19:46:52 +00:00
content content/static: update static.go 2019-02-13 15:17:34 +00:00
internal internal/short: point to new tracking issue for shortlink creation 2019-02-13 16:53:24 +00:00
AUTHORS initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTING.md initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTORS initial commit 2019-01-04 09:34:42 -05:00
LICENSE initial commit 2019-01-04 09:34:42 -05:00
PATENTS initial commit 2019-01-04 09:34:42 -05:00
README.md cmd/golangorg: deploy to default service 2019-02-20 16:41:46 +00:00
codereview.cfg x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
favicon.ico x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
go.mod website: update subrepos to use release-branch.go1.12 2019-02-19 21:35:06 +00:00
go.sum website: update subrepos to use release-branch.go1.12 2019-02-19 21:35:06 +00:00
robots.txt x/website: add code and static files for website 2019-01-08 18:22:29 +00:00

README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/website:" in the subject line, so it is easy to find.