]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, cmd/link: add docs
authorRuss Cox <rsc@golang.org>
Thu, 21 May 2015 18:11:33 +0000 (14:11 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 5 Jun 2015 04:42:35 +0000 (04:42 +0000)
commit630930c35ef7b5e22e28a6424425b887bb12c9b6
tree4352ba6c21da3c22a7356edc324911caecfef83a
parenta7f258e76c1073ca70a7a2216e923608e521fb66
cmd/compile, cmd/link: add docs

These are the Go 1.4 docs but refreshed for Go 1.5.
The most sigificant change is that all references to the Plan 9 toolchain are gone.
The tools no longer bear any meaningful resemblance.

Change-Id: I44f5cadb832a982323d7fee0b77673e55d761b35
Reviewed-on: https://go-review.googlesource.com/10298
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/compile/doc.go [new file with mode: 0644]
src/cmd/compile/internal/gc/lex.go
src/cmd/link/doc.go [new file with mode: 0644]