Emmanuel Odeke
|
53fd522c0d
|
all: make copyright headers consistent with one space after period
Follows suit with https://go-review.googlesource.com/#/c/20111.
Generated by running
$ grep -R 'Go Authors. All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors. All/Go Authors. All/g' $F;done
The code in cmd/internal/unvendor wasn't changed.
Fixes #15213
Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2016-05-02 13:43:18 +00:00 |
|
Rob Pike
|
b91ae5c27c
|
doc/codewalk/markov: fix slice error in description
Fixes #5176.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8118046
|
2013-04-01 15:52:15 -07:00 |
|
Oling Cat
|
c5ebeff3aa
|
doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function".
R=r, minux.ma, adg
CC=golang-dev
https://golang.org/cl/6710044
|
2012-10-18 08:12:44 +11:00 |
|
Shenghou Ma
|
c24daa222f
|
doc/codewalk/markov: fix syntax and broken link
Part of issue 3424.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955050
|
2012-03-30 15:00:23 +08:00 |
|
Andrew Gerrand
|
2a5879d1e2
|
doc: replace mentions of 6g with gc or the go command
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5846070
|
2012-03-20 13:50:05 +11:00 |
|
Shenghou Ma
|
97b13acb67
|
doc: update links
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5754051
|
2012-03-07 08:15:47 +11:00 |
|
Vincent Vanackere
|
eb1717e035
|
all: rename os.EOF to io.EOF in various non-code contexts
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5334050
|
2011-11-03 14:01:30 -07:00 |
|
Andrew Gerrand
|
2a189845b6
|
doc/codewalk: new Markov chain codewalk
R=gri, r, rsc
CC=golang-dev
https://golang.org/cl/4891041
|
2011-08-17 15:53:17 +10:00 |
|