]> Cypherpunks repositories - gostls13.git/commit
godoc: add codewalk support
authorRuss Cox <rsc@golang.org>
Tue, 27 Apr 2010 05:35:12 +0000 (22:35 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 27 Apr 2010 05:35:12 +0000 (22:35 -0700)
commit2a591bdf8a35792d67346f7516ddead9af1f078d
tree95bd858d688c7a7648c4aafd638f2f98e7111035
parent72d9322032f0ee94759a681d524d8ea72a7f23a9
godoc: add codewalk support

R=adg, gri
CC=golang-dev, r
https://golang.org/cl/1008042
doc/codewalk/codewalk.css [new file with mode: 0644]
doc/codewalk/codewalk.js [new file with mode: 0644]
doc/codewalk/codewalk.xml [new file with mode: 0644]
doc/codewalk/popout.png [new file with mode: 0644]
doc/style.css
lib/godoc/codewalk.html [new file with mode: 0644]
lib/godoc/codewalkdir.html [new file with mode: 0644]
src/cmd/godoc/Makefile
src/cmd/godoc/codewalk.go [new file with mode: 0644]
src/cmd/godoc/godoc.go