summaryrefslogtreecommitdiff
path: root/doc/code.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation: how to write Makefiles for commands.Yves Junqueira2010-11-231-0/+26
| | | | | | | | Fixes #1282. R=adg CC=golang-dev https://golang.org/cl/3152041
* build: no required environment variablesRuss Cox2010-08-181-7/+15
| | | | | | R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044
* doc/code.html: fix error string formatAndrew Gerrand2010-06-011-1/+1
| | | | | | R=rsc CC=golang-dev https://golang.org/cl/1444041
* doc/code: example package with testsAndrew Gerrand2010-05-301-0/+85
| | | | | | R=r CC=golang-dev https://golang.org/cl/1404041
* make it more explicit that design discussions should happen before code reviewsRob Pike2009-12-171-2/+3
| | | | | | R=rsc CC=golang-dev https://golang.org/cl/180075
* Add a Makefile in place of all.bash. Update docs to reflectDevon H. O'Dell2009-12-111-2/+2
| | | | | | | | this change. R=rsc CC=golang-dev https://golang.org/cl/171048
* doc: split contribute.html into code.html and contribute.htmlRuss Cox2009-12-091-0/+204
R=r https://golang.org/cl/170042