• Robert Griesemer's avatar
    godoc: provide mode for flat (non-indented) directory listings · 9859af87
    Robert Griesemer authored
    This feature should make it easier to look at very large
    directory trees.
    
    - a new mode (URL: /pkg/?m=flat) shows directory listings w/o
      indentation and entries with full path (html and text mode)
    - in text mode, hierarchical (non-flat) directory listings are
      now presented with indentation (/pkg/?m=text)
    - in html mode, hierarchical (non-flat) directory listings are
      presented with slightly less indentation
    - there is an internal hook for programmatic control of the
      display mode (for specialized versions of godoc).
    
    R=bradfitz
    CC=golang-dev, rsc
    https://golang.org/cl/5410043
    9859af87
Name
Last commit
Last update
..
Makefile Loading commit data...
README.godoc-app Loading commit data...
appinit.go Loading commit data...
codewalk.go Loading commit data...
dirtrees.go Loading commit data...
doc.go Loading commit data...
filesystem.go Loading commit data...
format.go Loading commit data...
godoc.go Loading commit data...
httpzip.go Loading commit data...
index.go Loading commit data...
main.go Loading commit data...
mapping.go Loading commit data...
parser.go Loading commit data...
setup-godoc-app.bash Loading commit data...
snippet.go Loading commit data...
spec.go Loading commit data...
throttle.go Loading commit data...
utils.go Loading commit data...
zip.go Loading commit data...