| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
Wrapping long lines will make diffs easier to read
for the eventual conversion to Markdown.
For golang/go#33955.
Change-Id: Ibcc1b5a84ccc9144b5fcdc9266f2da3e2cf3c5a3
Reviewed-on: https://go-review.googlesource.com/c/blog/+/222839
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article
Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997
Reviewed-on: https://go-review.googlesource.com/106955
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#24021
Change-Id: Idfeee853653cb44c4b92dff909dec36843ad6b0e
Reviewed-on: https://go-review.googlesource.com/96201
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Changed the links from go1.3 to master.
- Removed trailing spaces from several lines.
Fixes golang/go#22488
Change-Id: I41748fea956f0329eca0d520134670fa28618657
Reviewed-on: https://go-review.googlesource.com/86095
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Kevin Burke <kev@inburke.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#10909
Change-Id: Ie2553bc2f6983cbcaf7398366c21dc175e1f5453
Reviewed-on: https://go-review.googlesource.com/18956
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
|
|
|
| |
godoc was changed a while back to look for command documentation in
"package main" rather than "package documentation" to be consistent
with library package conventions:
https://code.google.com/p/go/source/detail?r=3633a89bb56d
R=adg
CC=golang-dev
https://golang.org/cl/15450044
|
|
|
|
|
|
|
|
|
|
| |
This makes the articles cross-reference each other better.
In particular, I added the "technical" tag for in-depth technical
posts.
R=bradfitz, r
CC=golang-dev
https://golang.org/cl/9960043
|
|
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7436052
|