1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:44:39 -07:00
The Go programming language
Go to file
Robert Griesemer 1401151ab2 - don't add "..." anonymous field to structs/interfaces if entries are stripped
- don't print any optional semicolons after declarations inside functions
- indicate non-exported fields/methods in exported types with a comment
  so that the "exported source" is legal Go code
- more tests

R=rsc
DELTA=300  (227 added, 25 deleted, 48 changed)
OCL=34697
CL=34730
2009-09-17 09:12:14 -07:00
doc A step towards "externalizing" some Go docs. 2009-09-17 08:05:12 -07:00
include convert C runtime to 32-bit runes; 2009-08-31 16:38:50 -07:00
lib/godoc associate const and var declarations with a type where possible 2009-08-31 10:47:34 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src - don't add "..." anonymous field to structs/interfaces if entries are stripped 2009-09-17 09:12:14 -07:00
test last round: non-package code 2009-09-15 12:42:24 -07:00
usr last round: non-package code 2009-09-15 12:42:24 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00