| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The plan9.bell-labs.com site has fallen into disrepair.
We'll instead use the site maintained by contributor David du Colombier.
Fixes #14233
Change-Id: I0c702e5d3b091cccd42b288ea32f34d507a4733d
Reviewed-on: https://go-review.googlesource.com/19240
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David du Colombier <0intro@gmail.com>
|
|
|
|
|
|
|
| |
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/98460045
|
|
|
|
|
|
| |
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/14629043
|
|
|
|
|
|
|
|
| |
Fixes #5998.
R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/12149043
|
|
|
|
|
|
| |
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12050045
|
|
|
|
|
|
|
|
| |
Fixes #2648.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11331043
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8896045
|
|
|
|
|
|
|
|
| |
Fixes #5176.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8118046
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7221079
|
|
|
|
|
|
|
|
| |
constructor function".
R=r, minux.ma, adg
CC=golang-dev
https://golang.org/cl/6710044
|
|
|
|
|
|
|
|
| |
so that it could work with the bundled jQuery.
R=adg
CC=golang-dev
https://golang.org/cl/6592073
|
|
|
|
|
|
|
|
| |
Part of issue 3424.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955050
|
|
|
|
|
|
| |
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5877064
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5846070
|
|
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5754051
|
|
|
|
|
|
|
|
|
|
| |
When I build it, I got:
/home/njubee/work/golang/doc/codewalk/markov.go:124: undefined: time.Nanoseconds
time.Nanoseconds() does not exist now, use time.Now().UnixNano() instead
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5668044
|
|
|
|
|
|
| |
R=adg
CC=golang-dev
https://golang.org/cl/5545061
|
|
|
|
|
|
|
|
| |
I removed the broken function comparison example and fixed a code highlighting regexp.
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5501078
|
|
|
|
|
|
| |
R=rsc
CC=golang-dev
https://golang.org/cl/5338043
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5334050
|
|
|
|
|
|
| |
R=golang-dev, iant, r, r
CC=golang-dev
https://golang.org/cl/5307066
|
|
|
|
|
|
| |
R=gri, r, rsc
CC=golang-dev
https://golang.org/cl/4891041
|
|
|
|
|
|
|
|
| |
functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution.
R=adg, rsc, iant2, r
CC=golang-dev
https://golang.org/cl/4306045
|
|
|
|
|
|
| |
R=adg, r
CC=golang-dev
https://golang.org/cl/2984041
|
|
|
|
|
|
| |
R=r, rsc
CC=golang-dev
https://golang.org/cl/1727043
|
|
R=adg, gri
CC=golang-dev, r
https://golang.org/cl/1008042
|