commit | 2bc63f2367245ffd1deaa466a734426f0aafc1b3 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Nov 03 16:05:47 2009 -0800 |
committer | Rob Pike <r@golang.org> | Tue Nov 03 16:05:47 2009 -0800 |
tree | 610ade1e7c8b3f5ec2ea570466dca752cc176555 | |
parent | 30637151c753635e8c7473d4d0c70b3558ee7e03 [diff] |
First steps at command documentation: C compilers and linkers. Each command gets a doc.go file for godoc to analyze. Its main element is a package comment. R=rsc CC=go-dev http://go/go-review/1018029