- 15 Mar, 2012 1 commit
-
-
Francisco Souza authored
Originally published on The Go Programming Language Blog, March 24, 2011. http://blog.golang.org/2011/03/gobs-of-data.html R=adg CC=golang-dev https://golang.org/cl/5834043
-
- 14 Mar, 2012 1 commit
-
-
Francisco Souza authored
Originally published on The Go Programming Language Blog, September 23, 2010. http://blog.golang.org/2010/09/go-concurrency-patterns-timing-out-and.html Update #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5815044
-
- 13 Mar, 2012 1 commit
-
-
Andrew Gerrand authored
FreeBSD's srandom has a different signature to darwin/linux. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5795067
-
- 12 Mar, 2012 1 commit
-
-
Francisco Souza authored
Originally published on The Go Programming Language Blog, March 17, 2011. http://blog.golang.org/2011/03/c-go-cgo.html Update #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5777054
-
- 06 Mar, 2012 1 commit
-
-
Shenghou Ma authored
Due to removal of go_tutorial, unused programs are removed. makehtml is unnecessary (it also gives wrong messages when the destination file doesn't exist) progs/run now compiles all remaining programs under doc/progs. Fixes #3076 (again) R=golang-dev, adg CC=golang-dev https://golang.org/cl/5755053
-
- 05 Mar, 2012 1 commit
-
-
Rob Pike authored
Fixes #3076. R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/5727056
-
- 28 Feb, 2012 1 commit
-
-
Rob Pike authored
Instead we'll point people at the Tour and beef up code.html. Fixes #3107. R=golang-dev, bradfitz, r, adg CC=golang-dev https://golang.org/cl/5697077
-
- 12 Jan, 2012 1 commit
-
-
Brad Fitzpatrick authored
Fixes #2688 R=golang-dev, gri, rsc CC=golang-dev https://golang.org/cl/5539050
-
- 05 Jan, 2012 2 commits
-
-
Andrew Gerrand authored
Originally published on the Go blog on 5 Jan 2011: http://blog.golang.org/2011/01/go-slices-usage-and-internals.html R=golang-dev, gri CC=golang-dev https://golang.org/cl/5516046
-
Andrew Gerrand authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/5517044
-
- 21 Dec, 2011 1 commit
-
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5502060
-
- 12 Dec, 2011 3 commits
-
-
Andrew Gerrand authored
Originally published on The Go Programming Language Blog, July 12, 2011. http://blog.golang.org/2011/07/error-handling-and-go.html Update #2547 R=golang-dev, r CC=golang-dev https://golang.org/cl/5475060
-
Andrew Gerrand authored
R=golang-dev, r, alex.brainman, r CC=golang-dev https://golang.org/cl/5479069
-
Andrew Gerrand authored
Originally published on The Go Programming Language Blog, August 4 2010. http://blog.golang.org/2010/08/defer-panic-and-recover.html Update #2547 R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5479053
-
- 08 Dec, 2011 1 commit
-
-
Rob Pike authored
This CL is in part a proposal for how to write these sections: - Brief discussion of change - No attempt to analyze the thinking about it - Old code - New code, runnable if possible - How to update old programs R=golang-dev, remyoudompheng, gri, adg CC=golang-dev https://golang.org/cl/5454044
-
- 14 Oct, 2011 1 commit
-
-
Jaroslavas Počepko authored
http://code.google.com/p/go/issues/detail?id=1899 R=rsc, alex.brainman, bsiegert, hectorchu, bradfitz CC=golang-dev https://golang.org/cl/4978047
-
- 29 Aug, 2011 1 commit
-
-
Jaroslavas Počepko authored
R=rsc CC=alex.brainman, golang-dev, vcc.163 https://golang.org/cl/4965050
-
- 22 Aug, 2011 1 commit
-
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4937045
-
- 20 Aug, 2011 1 commit
-
-
Rob Pike authored
Also update the big example to the new template system. There are a number of other examples that should be extracted; this CL serves as an introduction to the approach. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4923043
-
- 01 Jul, 2011 1 commit
-
-
Wei Guangjing authored
Fixes #1487. R=rsc, alex.brainman, go.peter.90, mikioh.mikioh, mattn.jp CC=golang-dev https://golang.org/cl/4600042
-
- 31 Jan, 2011 1 commit
-
-
Rob Pike authored
Fixes #1455. R=rsc CC=golang-dev https://golang.org/cl/4079055
-
- 13 Dec, 2010 1 commit
-
-
Russ Cox authored
Reported by W. Michael Petullo <mike@flyn.org> Fixes #1269. R=r, r2 CC=golang-dev https://golang.org/cl/3618041
-
- 30 Aug, 2010 1 commit
-
-
Christian Himpel authored
All scripts and makefiles assume that GOBIN is correctly set in PATH. R=rsc CC=golang-dev https://golang.org/cl/2043041
-
- 18 Aug, 2010 1 commit
-
-
Russ Cox authored
R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044
-
- 30 Mar, 2010 1 commit
-
-
Russ Cox authored
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev https://golang.org/cl/850041
-
- 11 Dec, 2009 1 commit
-
-
Devon H. O'Dell authored
This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev https://golang.org/cl/171044
-
- 24 Nov, 2009 1 commit
-
-
Sergio Luis O. B. Correia authored
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes #115. R=rsc, dsymonds1 https://golang.org/cl/157067
-
- 18 Nov, 2009 1 commit
-
-
Russ Cox authored
R=dho CC=golang-dev https://golang.org/cl/156067
-
- 15 Sep, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=112 (6 added, 57 deleted, 49 changed) OCL=34610 CL=34610
-
- 05 Jun, 2009 1 commit
-
-
Russ Cox authored
remove a few hardcoded paths elsewhere too. R=r,gri DELTA=123 (44 added, 15 deleted, 64 changed) OCL=29914 CL=29945
-
- 02 Jun, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=713 (109 added, 386 deleted, 218 changed) OCL=29707 CL=29722
-
- 18 Mar, 2009 1 commit
-
-
Rob Pike authored
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
-
- 17 Mar, 2009 1 commit
-
-
Rob Pike authored
also make the default input for makehtml be go_tutorial.txt. R=rsc DELTA=176 (58 added, 58 deleted, 60 changed) OCL=26374 CL=26374
-
- 30 Jan, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889
-
- 09 Jan, 2009 1 commit
-
-
Rob Pike authored
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
-
- 06 Jan, 2009 1 commit
-
-
Rob Pike authored
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
-
- 17 Sep, 2008 1 commit
-
-
Rob Pike authored
tweak a program or two delete unused programs add shell script to run them all R=gri DELTA=213 (62 added, 147 deleted, 4 changed) OCL=15435 CL=15437
-