1. 20 Aug, 2011 2 commits
    • Robert Griesemer's avatar
      godoc: minor fixes · 33725433
      Robert Griesemer authored
      - templates should be read before any handlers are started
      - for app engine use, must use underlying file system to read templates
      
      R=r
      CC=golang-dev
      https://golang.org/cl/4928042
      33725433
    • Robert Griesemer's avatar
      godoc: remove uses of container/vector · 72ddc876
      Robert Griesemer authored
      In the process, rewrite index.go to use slices instead
      of vectors, rewrite for-loops into range loops, and
      generally simplify code (this code was written before
      the launch of go and showed its age).
      
      Also, fix a wrong import in appinit.go.
      
      No significant performance changes (improvements);
      most of time is spent elsewhere (measured on an stand-
      alone MacBook Pro with SSD disk, running standard
      godoc settings: godoc -v -http=:7777 -index).
      
      R=golang-dev, dsymonds
      CC=golang-dev
      https://golang.org/cl/4875056
      72ddc876
  2. 19 Aug, 2011 3 commits
  3. 18 Aug, 2011 15 commits
  4. 17 Aug, 2011 18 commits
  5. 16 Aug, 2011 2 commits