Tags: danielquisbert/go
Tags
go1.3rc1 LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/102920050
spec: specify order of init() calls The spec did not specify the order in which init() functions are called. Specify that they are called in source order since we have now also specified the initialization order of independent variables. While technically a language change, no existing code could have relied on this, so this should not break anything. Per suggestion from rsc. LGTM=r, iant R=rsc, iant, r, ken CC=golang-codereviews https://golang.org/cl/98420046
go1.2.2 R=rsc, bradfitz CC=golang-codereviews, golang-dev https://golang.org/cl/95010046
strings: fix off-by-one error in test Previously it would panic because of out-of-bound access if s1 is longer than s2. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/90110043
go1.2.1 R=minux.ma, r CC=golang-codereviews, golang-dev https://golang.org/cl/70650043
go1.2 R=golang-dev CC=golang-dev https://golang.org/cl/34820044
go1.2rc5 R=dsymonds CC=golang-dev https://golang.org/cl/28140043
go1.2rc4 R=golang-dev, r CC=golang-dev https://golang.org/cl/25420045
go1.2rc3 R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/19560047