summaryrefslogtreecommitdiff
path: root/lib/godoc/codewalkdir.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/godoc/codewalkdir.html')
-rw-r--r--lib/godoc/codewalkdir.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/godoc/codewalkdir.html b/lib/godoc/codewalkdir.html
deleted file mode 100644
index b7674c6ce..000000000
--- a/lib/godoc/codewalkdir.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!--
- Copyright 2010 The Go Authors. All rights reserved.
- Use of this source code is governed by a BSD-style
- license that can be found in the LICENSE file.
--->
-
-<table class="layout">
-{{range .}}
-<tr>
- {{$name_html := html .Name}}
- <td><a href="{{$name_html}}">{{$name_html}}</a></td>
- <td width="25">&nbsp;</td>
- <td>{{html .Title}}</td>
-</tr>
-{{end}}
-</table>