Граф коммитов

814 Коммитов

Автор SHA1 Сообщение Дата
Dmitri Shuralyov 484e0a06ef internal/dl: update minimum macOS version to 10.12
Featured downloads on golang.org/dl use the latest Go release, which
is now Go 1.15. Per golang.org/doc/go1.15#darwin, Go 1.15 requires
macOS 10.12 Sierra or later.

For golang/go#23011.

Change-Id: I9e1fabe459d74bf59661d84e4b40d39d29ce2638
Reviewed-on: https://go-review.googlesource.com/c/website/+/234522
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-08-12 13:47:32 +00:00
Alexander Rakoczy bd1e6e0d2e [x/blog] content: add go1.15.article
For golang/go#27155

Change-Id: I6c0a2a7b9293a39393192920c3625b6f09d77e0a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/247406
Reviewed-by: Carlos Amedee <carlos@golang.org>
X-Blog-Commit: 3841cf6a3ea0effaf63edb48a2cc0973c56ce756
2020-08-11 21:58:26 +00:00
Andrew Bonventre 968e867775 internal/history,cmd/golangorg: add 1.15 and update base ref
Change-Id: I7b3c89f17b9bcaadaed83272950524d28a8be2bf
Reviewed-on: https://go-review.googlesource.com/c/website/+/247682
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-08-11 21:21:26 +00:00
Ainar Garipov db61f15f35 [x/blog] content: fix a few typos
Found with hunspell.

Change-Id: I5208cc9012df5f900848ef61c0ea915673efa307
Reviewed-on: https://go-review.googlesource.com/c/blog/+/247717
Reviewed-by: Ian Lance Taylor <iant@golang.org>
X-Blog-Commit: ec8acabe7d1bac2e45baad1c07a2905d56921df8
2020-08-10 18:06:31 +00:00
Katie Hockman 0108f0928b internal/history: document Go 1.14.7 and Go 1.13.15
Change-Id: I573bc8c9278181c1d6651946b1661bac419520c5
Reviewed-on: https://go-review.googlesource.com/c/website/+/247183
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-08-06 18:21:13 +00:00
Jay Conrod c1742b35e9 content/static/doc: set proper header ids in module documentation
Previously, we used a separate <a> tag before the header. Headers had
temporary ids, and the table of contents linked to those. With this
change, the header elements themselves will have ids.

For golang/go#33637

Change-Id: Ia79048f0db7cc4e8eac3bb5641278acd354fca01
Reviewed-on: https://go-review.googlesource.com/c/website/+/244766
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-08-03 21:34:06 +00:00
Jay Conrod a7ab0d77db content/static/doc: add module documentation on GOPATH compatibility
For golang/go#33637

Change-Id: I839a4075df8494389a69416e49e0fdc0ac812818
Reviewed-on: https://go-review.googlesource.com/c/website/+/244417
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-08-03 21:31:59 +00:00
Jay Conrod 30a909d998 content/static/doc: add module documentation on module cache
For golang/go#33637

Change-Id: I58300dfe59b5e4e3cb118fd07f5a00419acc07b8
Reviewed-on: https://go-review.googlesource.com/c/website/+/242318
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-08-03 21:31:51 +00:00
Katie Hockman d81f613c3a internal/history: document upcoming Go 1.14.7 and Go 1.13.15 security releases
They have been pre-announced¹.

¹ https://groups.google.com/d/msg/golang-announce/_ulYYcIWg3Q/9zUUX8a9AQAJ

Change-Id: I2356a20be683b4ec8cad2825d33bd118c66be7ee
Reviewed-on: https://go-review.googlesource.com/c/website/+/246500
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-08-03 21:16:39 +00:00
Dmitri Shuralyov 1562a07871 [x/blog] content: fix code block in Publishing Go Modules article
When indentation is used to create a code block immediately following
a list, Markdown syntax is ambiguous: it can be interpreted as another
text paragraph belonging to the last list entry, or as a standalone
code block.

The original behavior in CL 197637 made this unambiguously a code block
because the present format did not support lists. This changed when the
article was converted to use Markdown syntax in CL 222848.

Start using a fenced code block instead of indentation to resolve the
Markdown ambiguity and restore original behavior.

For golang/go#33955.

Change-Id: I9537bc72d7a32f90592942591b2688fb2f26c452
Reviewed-on: https://go-review.googlesource.com/c/blog/+/245017
Reviewed-by: Jean de Klerk <deklerk@google.com>
X-Blog-Commit: fb994f42d8394e948c3d58235828e9ed5f2f3077
2020-07-27 20:33:33 +00:00
Jay Conrod 08aec07aaa [x/blog] content: use em dashes in module article series links
For the first four articles in the module series, this CL replaces a
hyphen with an em dash before the link to the fifth article, consistent
with other links.

Change-Id: Id9c066079a1467ee432c0284b1692fade32709d1
Reviewed-on: https://go-review.googlesource.com/c/blog/+/244757
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jean de Klerk <deklerk@google.com>
X-Blog-Commit: d59e95f1479737b791e722c8372afe17cc012e9c
2020-07-24 15:45:27 +00:00
Andrew Bonventre ef43905be3 cmd/admingolangorg: force https for all paths
Change-Id: I1013687b302d9ddc5005c9ad80d3295b3ee461f4
Reviewed-on: https://go-review.googlesource.com/c/website/+/244338
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-07-22 20:32:00 +00:00
Jay Conrod ebc14c277b content/static/doc: add module documentation on go.sum files
For golang/go#33637

Change-Id: I22f556cd0e1dcd76682d3f79143f1f28558f8766
Reviewed-on: https://go-review.googlesource.com/c/website/+/240688
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-07-20 19:09:18 +00:00
Andrew Bonventre 6481bc5d82 internal/history: make minor updates for Go 1.14.6 and 1.13.14
Change-Id: I42a6565660bf476ae8d56539389c85c5be1f71fd
Reviewed-on: https://go-review.googlesource.com/c/website/+/243121
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-07-16 23:05:05 +00:00
Andrew Bonventre 132774b58c internal/history: document Go 1.14.6 and 1.13.14
Change-Id: I8aa0d04a80a131e928b1e900bf8ea459583e8c28
Reviewed-on: https://go-review.googlesource.com/c/website/+/243120
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-07-16 19:51:22 +00:00
Andrew Bonventre 51b22ef31a internal/dl: add CORS support to JSON endpoint
This change allows users to request golang.org/dl/?mode=json
via Cross-Origin Resource Sharing (CORS).

It also removes the golangorg build tag as it did not seem
necessary and adds tests for the “include” GET parameter.

Updates golang/go#29206
Fixes golang/go#40253

Change-Id: I5306a264c4ac2a6e6f49cfb53db01eef6b7f4473
Reviewed-on: https://go-review.googlesource.com/c/website/+/243118
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-07-16 19:46:36 +00:00
Katie Hockman a8d8c125b0 internal/history: document Go 1.14.5 and Go 1.13.13
Change-Id: Ic0fc6db12577f1228f1c4f8ff3eda7f320950989
Reviewed-on: https://go-review.googlesource.com/c/website/+/242600
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
2020-07-14 18:35:16 +00:00
Jay Conrod bea1e0a64b content/static/doc: add module documentation on private modules
For golang/go#33637

Change-Id: I5afa5373c00e0b0252ade069e84c67478379896f
Reviewed-on: https://go-review.googlesource.com/c/website/+/240686
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-07-13 18:39:27 +00:00
Jay Conrod 6fcb9b4563 content/static/doc: add module documentation on 'go mod verify'
For golang/go#33637

Change-Id: I6b46d319e8f5dcf42db66c54d08ba7136375b43a
Reviewed-on: https://go-review.googlesource.com/c/website/+/234489
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-07-13 18:38:50 +00:00
Dmitri Shuralyov 87e76158b4 internal/history: document upcoming Go 1.14.5 and Go 1.13.13 security releases
They have been pre-announced¹.

Also update the release summary template to not point to the issue
tracker for future releases. The issue tracker is representative of
the final release content only for releases that have been completed.

¹ https://groups.google.com/d/msg/golang-announce/f2c5bqrGH_g/GnH6k56AAAAJ

Change-Id: I1b05a0d6ce3f3f05a441979f529d449a2f49465e
Reviewed-on: https://go-review.googlesource.com/c/website/+/242317
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
2020-07-13 17:32:15 +00:00
Jay Conrod d33410bee1 content/static/doc: link "Keeping Your Modules Compatible" from doc index
Change-Id: I91a87f2a7951319e79367c2b52bfa95f2dc441a3
Reviewed-on: https://go-review.googlesource.com/c/website/+/241597
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jean de Klerk <deklerk@google.com>
2020-07-08 21:39:06 +00:00
Jonathan Amsterdam 232e402039 [x/blog] module-compatibility.article: add dot
Change-Id: I2b349c6d4e2c602d34519174af9186b6a236d27b
Reviewed-on: https://go-review.googlesource.com/c/blog/+/241072
Reviewed-by: Jean de Klerk <deklerk@google.com>
X-Blog-Commit: 2f141f66467ca45a15383ffb4889a273270eb667
2020-07-07 20:06:15 +00:00
Jean de Klerk 335ea22d02 [x/blog] content: add module_compatibility.article
Change-Id: I89beb3406bb76ebfab5419318ae6d9584b66aafd
Reviewed-on: https://go-review.googlesource.com/c/blog/+/232777
Run-TryBot: Jean de Klerk <deklerk@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
X-Blog-Commit: 52f6e033d5643a89ff59ffe1cd1fa6f0fa949e99
2020-07-07 16:27:27 +00:00
Simon Drake aac2355ede [x/blog] content: fix italic text in matchlang.article
Fix italic text by removing the space between the underscore and first letter.

Screenshot of issue:

<img width="870" alt="image" src="https://user-images.githubusercontent.com/62928647/86102576-992d0c00-bab3-11ea-9c25-2011cc46b109.png">

Screenshot of fix:

<img width="966" alt="image" src="https://user-images.githubusercontent.com/62928647/86102505-81558800-bab3-11ea-9ac5-3270d55eb56d.png">

Change-Id: I7698f6f40295221c8b4d00d7ae28a0cdc45fc436
GitHub-Last-Rev: cb14d1cd83ae5115c01ff72c0f1b9e96ba85d9f5
GitHub-Pull-Request: golang/blog#40
Reviewed-on: https://go-review.googlesource.com/c/blog/+/240480
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
X-Blog-Commit: 2b26ce177339bd0213ea36904b0968c7244b54d2
2020-06-30 16:32:35 +00:00
Dmitri Shuralyov 58a31798e8 internal/dl: use /dl/{file} URLs on /dl/ HTML page
The /dl/{file} URLs have been supported for many years but not well
documented. Start using them on the /dl/ HTML page and document them,
so that it is clear that they can be reliably used in scripts or so.

This causes clients to have to make an extra HTTP request (which gets
redirected to the target location serving the file bytes), but compared
to the total work to download a Go file, this is negligible. Clients
that really want to skip the redirect can do so, but the trade-off is
that they need to update the URL if the CDN used for Go file downloads
happens to change. The /dl/{file} links are not expected to change for
Go 1.

Fixes golang/go#38713.

Change-Id: I9df7d5b761baa6fa657c5dd2063c97b9b457367c
Reviewed-on: https://go-review.googlesource.com/c/website/+/238517
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2020-06-30 00:42:23 +00:00
Jay Conrod a8b925aaac content/static/doc: add module documentation for MVS
For golang/go#33637

Change-Id: I60d0b0c2c83c35dbb9ebbc200b781b2196320f87
Reviewed-on: https://go-review.googlesource.com/c/website/+/238277
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-29 22:23:52 +00:00
Jay Conrod f99ef360ab content/static/doc: add module documentation on zip files
Also covers file path and size constraints.

For golang/go#33637

Change-Id: Ib5e7dd3d8cfc8d38f3f0322003128209cb54811e
Reviewed-on: https://go-review.googlesource.com/c/website/+/236567
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
2020-06-29 22:21:33 +00:00
Jay Conrod 99fbf49eb7 content/static/doc: add module documentation on 'go clean -modcache'
For golang/go#33637

Change-Id: Ide9bea036b3c06cfeded8b3f1c865c81f5fca76a
Reviewed-on: https://go-review.googlesource.com/c/website/+/236317
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-29 22:21:21 +00:00
Jay Conrod ae16feb9fd content/static/doc: add module documentation on 'go version -m'
For golang/go#33637

Change-Id: I808850c86fb7d90b9a3e371307e1689274296a0d
Reviewed-on: https://go-review.googlesource.com/c/website/+/235598
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-29 22:21:13 +00:00
Jay Conrod 69eea239b2 content/static/doc: add module documentation on 'go mod tidy'
For golang/go#33637

Change-Id: I09a96b0730a1c4835cae89d650cd3b868ed1c87b
Reviewed-on: https://go-review.googlesource.com/c/website/+/234488
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-29 22:21:06 +00:00
Jay Conrod 91f13a0b84 content/static/doc: add module documentation on 'go mod edit'
For golang/go#33637

Change-Id: Iea9c899e9b0766c93c8fa75ac8e109a343d96892
Reviewed-on: https://go-review.googlesource.com/c/website/+/234487
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-29 22:20:59 +00:00
Alexander Nohe 94aa6256b3 content/static/doc: add alt tags for images
This CL adds alt tags for the gopher images in docs, for better
accessibility. The HTML spec indicates that purely decorative images
have empty alt tags, hence, the empty alt tags here.

Fixes golang/go#39861

Change-Id: I5761e5c6c0005a6974e96a21263605fbfe8f27fc
Reviewed-on: https://go-review.googlesource.com/c/website/+/240257
Reviewed-by: Alexander Nohe <alex.nohe427@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-06-29 18:00:42 +00:00
Jay Conrod da9058d7dc content/static/doc: add module documentation on pseudo-versions
Updates golang/go#33637

Change-Id: I13934ac0f3f487eb0cba3c9cfdd05b06e80643a4
Reviewed-on: https://go-review.googlesource.com/c/website/+/229678
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-23 17:46:58 +00:00
Andrew Bonventre 4ae8a49789 cmd/admingolangorg: add command serving an admin interface
This change re-enables the /s/ link shortener admin interface,
running as its own App Engine service on the go111 runtime,
which still supports the “login: admin” option in app.yaml.

+ The golangorg build constraint on the internal/memcache and
  internal/short packages is removed to allow easy import
+ A new function, AdminHandler is introduced in the short package
  to allow for registering the handler outside of it
+ Some page cleanup to leverage modern HTML and JS capabilities,
  obviating the need for jQuery, which has been removed
+ Clients for Redis and Cloud Datastore have been updated to
  the latest versions

Fixes golang/go#29988

Change-Id: If6ca75e85e16a7d86bb5dafcf08b27d2dc36f530
Reviewed-on: https://go-review.googlesource.com/c/website/+/238545
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-06-18 01:33:28 +00:00
Ian Lance Taylor 2861c01c83 [x/blog] content/generics-next-step: linkify reference to issue tracker
Change-Id: Ia7e453fb9684baf194b5c2b1c7236493b6ad5781
Reviewed-on: https://go-review.googlesource.com/c/blog/+/238008
Reviewed-by: Robert Griesemer <gri@golang.org>
X-Blog-Commit: 9bb95400c0d2bf0f5bbb6ad982a0227ab9669fa1
2020-06-17 05:09:48 +00:00
Ian Lance Taylor e14375abf8 [x/blog] content/generics-next-step: fix author listing
Change-Id: I849816d695b68cc2cce8cf4d65f853d3e735d881
Reviewed-on: https://go-review.googlesource.com/c/blog/+/238006
Reviewed-by: Robert Griesemer <gri@golang.org>
X-Blog-Commit: d471fca6af04d072bc9753b29e2aaff4ba111fdc
2020-06-16 19:20:45 +00:00
Ian Lance Taylor 1e9922c203 [x/blog] content/generics-next-step: add Introduction section marker
Change-Id: I33e23b3ed79137fb296dfeccec83baef2e30bc73
Reviewed-on: https://go-review.googlesource.com/c/blog/+/238005
Reviewed-by: Robert Griesemer <gri@golang.org>
X-Blog-Commit: 462d68ea5f0ac60fa6bcab115b104e81bef8519f
2020-06-16 19:17:31 +00:00
Ian Lance Taylor e8781e0e14 [x/blog] content: add generics-next-step article
For golang/go#15292

Change-Id: Iafefd3dd016a0d78907af408903f0186df42dd3b
Reviewed-on: https://go-review.googlesource.com/c/blog/+/238241
Reviewed-by: Robert Griesemer <gri@golang.org>
X-Blog-Commit: 1d9389492a1d541f71729b5f1c1b9c5c4f045171
2020-06-16 19:07:41 +00:00
Julie Qiu 052e6046bf [x/blog] content: add pkgsite article
Change-Id: I7d95fda486b82f8cc695cd6f5dda586edb206c7a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237937
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
X-Blog-Commit: b41a62f02a6b08127031eb532972c9245af5d68d
2020-06-15 15:07:20 +00:00
Andrew Bonventre 6b7f449809 [x/blog] template: update header to be consistent with golang.org
Also update the x/website module dependency to
v0.0.0-20200611220721-d72cde69aaaf

Change-Id: I4b361af3bfda31551b399b1158eec72e98367b1c
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237599
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
X-Blog-Commit: 41e7c9cff4207ae36f08c22e02a425ab084697e0
2020-06-11 22:35:36 +00:00
Andrew Bonventre d72cde69aa internal/dl: update tmpl.go to be consistent
Change-Id: I215e84876cdd60c6f080eea877399bef05abed3d
Reviewed-on: https://go-review.googlesource.com/c/website/+/237590
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
2020-06-11 22:07:21 +00:00
Andrew Bonventre fc1495dc46 content/static: add Black Lives Matter banner to top of site
Change-Id: I0fe9d2b8c2c4fba4146fc8b97744df21354f0bf4
Reviewed-on: https://go-review.googlesource.com/c/website/+/237589
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
2020-06-11 22:02:40 +00:00
Hana (Hyang-Ah) Kim a0d8c65bd7 [x/blog] content/vscode-go: correct the publisher name
Our publisher id is 'golang' and its display name is 'Go Team at Google'.

Change-Id: I161df5c478c8c97410871a9aa30ed09b11b4ac56
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237259
Reviewed-by: Ian Cottrell <iancottrell@google.com>
X-Blog-Commit: 0004179c173f2f58455db1b505afefa529a0cc1f
2020-06-09 22:47:31 +00:00
Rebecca Stambler a7e9107366 [x/blog] content/vscode-go: change authors
Change-Id: I1d5080137f0edc81ce5a19c51f261fcfb0c92e2d
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237238
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
X-Blog-Commit: 28c0a53cdc851a79725e01ee76a2636cfcd2bce8
2020-06-09 19:10:57 +00:00
Rebecca Stambler 173c2328ac [x/blog] content/vscode-go: link VS Code blog post
Change-Id: I59df36f9e0e14c6670ea2b23e535f894bc65817f
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237237
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
X-Blog-Commit: 35ec3adb3bf830e60421de410ed1c62589f373c7
2020-06-09 18:55:19 +00:00
Dmitri Shuralyov eebf6ce11b [x/blog] content/vscode-go: add redirect from long form URL
The canonical path for this blog post is the short path /vscode-go,
determined from the file name. This change adds a secondary longer
path that redirects to the canonical short one, so that both links
can work at the time the blog post is published.

Change-Id: I8f0edf44536d22ef2fd8693aa5c6e82947a8c7a6
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237165
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
X-Blog-Commit: 6d8d6d21bfd27e8a05fe6970a1d23fa47e8b7577
2020-06-09 18:11:53 +00:00
Cody Oss ea487986b4 cmd/googlegolangorg: update gocloud to have GitHub source of truth
We have moved gocloud to be a mirror of google-cloud-go.

Change-Id: Ia27a905775b89eac1c7e6407672fb6f4bd1c96d1
GitHub-Last-Rev: 2432f6c5c5
GitHub-Pull-Request: golang/website#10
Reviewed-on: https://go-review.googlesource.com/c/website/+/237197
Reviewed-by: Chris Broadfoot <cbro@golang.org>
2020-06-09 17:33:31 +00:00
Dmitri Shuralyov b7890db806 [x/blog] content/vscode-go: use https in a link, remove duplicate words
Prefer the https scheme in a link to provide
better security and skip a redirect.

Remove a redundant phrase to make a sentence flow better.

Change-Id: Iacfd06184a3769b719c52c19ae78a36d5aaa9f5a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237163
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
X-Blog-Commit: 1d697d5c9b654ae37f1057735c0a5320c50e2269
2020-06-09 17:33:18 +00:00
Rebecca Stambler 52b6e44f30 [x/blog] content: add vscode-go.article
Change-Id: I7db3ffac6eeddf3da81538ac40537ecd71ed03b8
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237018
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Steve Francia <spf@golang.org>
X-Blog-Commit: ea4c6a992212bf79dc5ec00a53035debabda779b
2020-06-09 15:34:15 +00:00
Dmitri Shuralyov c825e8b1e1 internal/history: document Go 1.14.4 and Go 1.13.12
For golang/go#39347.
For golang/go#39346.

Change-Id: Ied6e4f226f1855566ea83bbe64a76a3268870adf
Reviewed-on: https://go-review.googlesource.com/c/website/+/235921
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-01 21:59:02 +00:00