mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
The Go programming language
2c2e2c5d55
got rid of regexps. primary bug fix is that // inside /* */ do not get stripped anymore, so that the text inside /* int a; // int b; int c; */ is int a; // int b; int c; before, the "int b;" line was being uncommented too. R=gri DELTA=65 (13 added, 42 deleted, 10 changed) OCL=35334 CL=35404 |
||
---|---|---|
doc | ||
include | ||
lib/godoc | ||
misc | ||
pkg | ||
src | ||
test | ||
usr | ||
AUTHORS | ||
LICENSE |