An error occurred fetching the project authors.
- 12 Dec, 2011 2 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
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
-
- 07 Dec, 2011 1 commit
-
-
Rob Pike authored
No content yet other than titles and an introductory paragraph. Once this is in, content can arise as separate manageable CLs. R=rsc CC=golang-dev https://golang.org/cl/5435090
-
- 01 Nov, 2011 1 commit
-
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5334044
-
- 10 Oct, 2011 1 commit
-
-
Andrew Gerrand authored
Fixes #2351. R=r, bradfitz CC=golang-dev https://golang.org/cl/5235056
-
- 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
-
- 13 Jul, 2011 1 commit
-
-
Rob Pike authored
No longer do we generate HTML from it; instead the input file is already in HTML but has template invocations to extract programs from other files. Delete htmlgen, which is no longer needed. Add tmpltohtml, which runs the templating code. R=golang-dev, dsymonds, adg CC=golang-dev https://golang.org/cl/4699041
-
- 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
-
- 14 Oct, 2009 1 commit
-
-
Rob Pike authored
go can do the job just fine. R=rsc DELTA=290 (209 added, 13 deleted, 68 changed) OCL=35699 CL=35699
-
- 03 Sep, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc DELTA=217 (216 added, 0 deleted, 1 changed) OCL=34279 CL=34306
-
- 27 Aug, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=63 (23 added, 31 deleted, 9 changed) OCL=33932 CL=33959
-
- 28 Jul, 2009 1 commit
-
-
Phil Pennock authored
R=r,gri,rsc APPROVED=rsc DELTA=53 (12 added, 6 deleted, 35 changed) OCL=31822 CL=32282
-
- 16 Jun, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc DELTA=945 (944 added, 0 deleted, 1 changed) OCL=30315 CL=30341
-
- 30 Mar, 2009 1 commit
-
-
Russ Cox authored
uses gcc to determine system header layouts and emits simple C or Go. see comment in main.c. R=r DELTA=1069 (1067 added, 0 deleted, 2 changed) OCL=26682 CL=26880
-
- 19 Sep, 2008 1 commit
-
-
Russ Cox authored
use gobuild-generated Makefile for math and os. other makefile tweaks. move math/main.go to test/math.go R=r OCL=15529 CL=15537
-
- 04 Aug, 2008 1 commit
-
-
Russ Cox authored
This makes it easy to build with other flags (like -ggdb) or other compilers (like cc64). R=r DELTA=45 (6 added, 22 deleted, 17 changed) OCL=13790 CL=13793
-
- 12 Jun, 2008 2 commits