mirror of
https://github.com/golang/go.git
synced 2025-11-08 04:31:01 +00:00
- godoc now supports the following url prefixes: /doc/ for package documentation /file/ for files (directories, html, and .go files) /spec for the spec /mem for the memory model - formatting of comments has been fixed - tons of minor cleanups (still more to do) Still missing: - pretty printing of source is not as pretty as it used to be (still a relict from the massive AST cleanup which has't quite made it's way everywhere) - documentation entries should be sorted - comments in code is not printed or not properly printed TBR=r DELTA=416 (182 added, 100 deleted, 134 changed) OCL=27078 CL=27078 |
||
|---|---|---|
| .. | ||
| astprinter.go | ||
| compilation.go | ||
| docprinter.go | ||
| godoc.go | ||
| Makefile | ||
| Makefile.iant | ||
| platform.go | ||
| pretty.go | ||
| selftest0.go | ||
| selftest1.go | ||
| selftest2.go | ||
| symboltable.go | ||
| template.go | ||
| test.sh | ||
| typechecker.go | ||
| untab.go | ||
| utils.go | ||