| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
|
|
|
| |
Missing in error.
Also line-break the huge list for future manageability.
Change-Id: Ia6bc1ee70b5f27cd3585af6a6ed9d12f04b32120
Reviewed-on: https://go-review.googlesource.com/33337
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
Further compression is probably obtainable (by reducing the color depth
on the monochrome images) but this expedient change reduces the total
image size by more than 1MB (about half).
Change-Id: I1c24a31b82daf2a058acce3a58b6c33dc630b663
Reviewed-on: https://go-review.googlesource.com/33261
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
Change-Id: I4c1fc9b10440b8e99a04614d89ac1fe0db58ae68
Reviewed-on: https://go-review.googlesource.com/33260
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
Change-Id: I5c75b133d569d1675fca2f884c69b06a9e64abb0
Reviewed-on: https://go-review.googlesource.com/33336
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
|
| |
These fonts are available under the usual license at
golang.org/x/image/font/gofont
Change-Id: Ifeb5c3478bc6752b75f1d1128d05141d7bc4a45e
Reviewed-on: https://go-review.googlesource.com/33259
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
The email address appears to be required but unused.
Change-Id: Ifafa4fc22b8f33ef68357db5924ee98111549697
Reviewed-on: https://go-review.googlesource.com/33024
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
| |
Change-Id: Ie5f89b8763f473d38e9dc83e0793a9e161aa546d
Reviewed-on: https://go-review.googlesource.com/33023
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
| |
Don't know why, but the video starts 12 minutes in otherwise.
Change-Id: I43922710d6774df80ef2f1aeb686e419054fe0ea
Reviewed-on: https://go-review.googlesource.com/33022
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
| |
Change-Id: Ifa117d9d8c6514f598a944f02d11f60c6afc6bc5
Reviewed-on: https://go-review.googlesource.com/33021
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
| |
Change favicon.ico to newer high resolution version from main project.
Change-Id: If865190c36f26094d8149d3592fd79249b69681e
Reviewed-on: https://go-review.googlesource.com/31183
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
| |
Display only a small section of the trace.go example.
Change-Id: I8fd1334a41324392f0c252a444b89e12955ab1fe
Reviewed-on: https://go-review.googlesource.com/30351
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
| |
He mentioned that the project is a group effort, hence we should
not single out his name.
Change-Id: I775a37fa8d7a231942642809c85652e58d0edb08
Reviewed-on: https://go-review.googlesource.com/30352
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
Change-Id: I2aec5e9b4f4daec15f724f386eb57bbd34fba6f6
Reviewed-on: https://go-review.googlesource.com/30331
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
Change-Id: I7b9aa56a5c81b8cb31fc5625bf0561a7ebdebab2
Reviewed-on: https://go-review.googlesource.com/30330
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
| |
Updates golang/go#17152.
Change-Id: I08d4174ba62f6dc4028bd17a911b92fc373b81e4
Reviewed-on: https://go-review.googlesource.com/29685
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
| |
Change-Id: I8697175cc59480425d8b192d121a7683b70c1b30
Reviewed-on: https://go-review.googlesource.com/30139
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
| |
Change-Id: I6071d67688fa11b5f0b50c0485045b9c5ae756d1
Reviewed-on: https://go-review.googlesource.com/26853
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
| |
Correct link should point to http://golang.org/pkg/bytes/#pkg-note-BUG
Change-Id: I6b493fd49f43103c507c3ff61ff1f5b9b780f171
Reviewed-on: https://go-review.googlesource.com/1953
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated context article to use stdlib import path.
Updated package-names article to reflect that context
is now in stdlib, and added x/time/rate as an example
for a longer package name.
Fixes golang/go#15562
Change-Id: I58d495527037f5201897825ca11f484561997277
Reviewed-on: https://go-review.googlesource.com/29759
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
Change-Id: Ia2d9c9101959d53ff4139b0adffe15c4cabb8e1c
Reviewed-on: https://go-review.googlesource.com/27355
Reviewed-by: David Crawshaw <crawshaw@golang.org>
|
|
|
|
|
|
| |
Change-Id: Iab3d359c997b5e981f46182021dcc60f84dbbad2
Reviewed-on: https://go-review.googlesource.com/27071
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#16734
Change-Id: I33998aa68673015432cbfc754aca02b015427f1d
Reviewed-on: https://go-review.googlesource.com/27082
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
Change-Id: Ic1d23176f9c0bb205bc51da3c8a94a738e185ddb
Reviewed-on: https://go-review.googlesource.com/27074
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
| |
Change-Id: I750093784ceeadf6a50886eee30031fe95f81240
Reviewed-on: https://go-review.googlesource.com/27053
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
| |
The link to the source of the referred changelog was not correct
anymore. This change updates it to the github commit view.
Change-Id: Ifdd92914841672ab6062ebf1b96d8bb15ba82892
Reviewed-on: https://go-review.googlesource.com/23541
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
| |
Delete duplicate "has".
Change-Id: I7f21b4347702962f7ac2f26c235eae642b290166
Reviewed-on: https://go-review.googlesource.com/23553
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#6908
Change-Id: I8ba9f975cce3aff5cd8c0fc610f47e3d6bd78bff
Reviewed-on: https://go-review.googlesource.com/23467
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
|
|
| |
This prevents mixed content errors preventing iframes with HTTP URLs
from loading on the blog site, which is served by HTTPS.
Fixes golang/go#15683
Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28
Reviewed-on: https://go-review.googlesource.com/23180
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
Change-Id: I22fb0964e794cb98be572ef2d48a2c995652f6b0
Reviewed-on: https://go-review.googlesource.com/22781
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
Change-Id: I06942c139689d3bc50da5fc367963fe01801518c
Reviewed-on: https://go-review.googlesource.com/22675
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
Change-Id: I2ef91551ba253e4972a8656a1589239beea78c29
Reviewed-on: https://go-review.googlesource.com/22364
Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
In the section about `json.SyntaxError` the link to the source of
`jsonconfig/eval.go` of the camlistore project was not correct
anymore. This change updates it to the github source view.
Change-Id: I097a423c3325acb1e6d229774757b22367e444a0
Reviewed-on: https://go-review.googlesource.com/22414
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
Change-Id: Ia93eb978c76fbbe082b46d07b5cb954e8d3c57a8
Reviewed-on: https://go-review.googlesource.com/22009
Reviewed-by: Nigel Tao <nigeltao@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#14506
Change-Id: Ib1534a9641cccaa2693932a9b55c6367dcce35a4
Reviewed-on: https://go-review.googlesource.com/19875
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
| |
Change-Id: Ie50a8f9d19bc15143f4b3be308f778887ee76f27
Reviewed-on: https://go-review.googlesource.com/19537
Reviewed-by: Chris Broadfoot <cbro@golang.org>
|
|
|
|
|
|
|
|
|
| |
By Andrew but added by me.
Change-Id: I691657dd8464f47985d1235a0afa7fba12f06675
Reviewed-on: https://go-review.googlesource.com/19581
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
| |
Change-Id: I12e60070e6bdb0b0f1bd4bf203382c0e4b4de9e8
Reviewed-on: https://go-review.googlesource.com/19536
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
| |
Change-Id: Id6eeddc79a55095af68ee5b452119ea488b12870
Reviewed-on: https://go-review.googlesource.com/19517
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
Change-Id: I21cec2462b8f9dbc26dffdc19dbcb3a99ab691c0
Reviewed-on: https://go-review.googlesource.com/19467
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
|
|
|
|
|
|
| |
Change-Id: Ifdc69c863f8569415b15fabd82c85680fd983ffe
Reviewed-on: https://go-review.googlesource.com/19419
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
|
|
|
|
|
|
|
|
| |
text repo is not in yet.
Change-Id: I76dcd2e86e9c2d1f98f08f233533b996a0cedf91
Reviewed-on: https://go-review.googlesource.com/19418
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
|
|
|
|
|
|
|
| |
Change-Id: Ic417ba9069c862691794ed78efa0d81b9847f448
Reviewed-on: https://go-review.googlesource.com/19423
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
The default appears to be 0, but paragraphs are 20px, so right now
it appears to the left of the paragraph text.
Change-Id: Ied3b8ffc2f78a2cd6cdcca73997dfd2859432a30
Reviewed-on: https://go-review.googlesource.com/19422
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
| |
Change-Id: Ibad519a792885b05e1e0c13a7021bdd7c2280735
Reviewed-on: https://go-review.googlesource.com/17806
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
| |
Fixes golang/go#14182
Change-Id: Idaf4ef5a38b07fd100c7f869c07e680d148495b6
Reviewed-on: https://go-review.googlesource.com/19089
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#10909
Change-Id: Ie2553bc2f6983cbcaf7398366c21dc175e1f5453
Reviewed-on: https://go-review.googlesource.com/18956
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
|
| |
Thanks to benjamin-rood for pointing it out.
Change-Id: I4bfcfe1bc4f9604a91c4181d078a23ca68b2cf5e
Reviewed-on: https://go-review.googlesource.com/18020
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
|
|
|
|
|
|
| |
Change-Id: I6c40d1b332b092b154eef1dac82569fcb62af77f
Reviewed-on: https://go-review.googlesource.com/16794
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
| |
Change-Id: I76ad9d6c7409399f7bad13f5583a14985dfce39c
Reviewed-on: https://go-review.googlesource.com/16792
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
Change-Id: I0fc12d2392a8abb50d95df410f86832496d07ace
Reviewed-on: https://go-review.googlesource.com/16790
Reviewed-by: Andrew Gerrand <adg@golang.org>
|