An error occurred fetching the project authors.
- 18 Mar, 2015 1 commit
-
-
Josh Bleecher Snyder authored
Comment changes only. Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94 Reviewed-on: https://go-review.googlesource.com/7721Reviewed-by:
Rob Pike <r@golang.org>
-
- 08 Sep, 2014 1 commit
-
-
Russ Cox authored
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.
-
- 23 Mar, 2014 1 commit
-
-
Rui Ueyama authored
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/79080044
-
- 06 Mar, 2012 1 commit
-
-
Rob Pike authored
In the test, verify the copied constants are correct. Also put the test into package utf16 rather than utf16_test; the old location was probably due creating the test from utf8, but the separation is not needed here. R=golang-dev, bradfitz, rsc, rsc, r CC=golang-dev https://golang.org/cl/5752047
-
- 03 Nov, 2011 1 commit
-
-
Rob Pike authored
This is Go 1 package renaming CL #4. This one merely moves the source; the import strings will be changed after the next weekly release. This one moves pieces into os, text, and unicode. exec -> os/exec scanner -> text/scanner tabwriter -> text/tabwriter template -> text/template template/parse -> text/template/parse utf16 -> unicode/utf16 utf8 -> unicode/utf8 This should be the last of the source-rearranging CLs. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5331066
-
- 26 Oct, 2011 1 commit
-
-
Russ Cox authored
Everything changes. R=r CC=golang-dev https://golang.org/cl/5310045
-
- 21 Apr, 2010 1 commit
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/970041
-
- 17 Mar, 2010 1 commit
-
-
Russ Cox authored
needed for interacting with various legacy interfaces, like Windows and the Mac OS clipboard. R=r CC=golang-dev https://golang.org/cl/595041
-