github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/lib/godoc/codewalkdir.html (about) 1 <!-- 2 Copyright 2010 The Go Authors. All rights reserved. 3 Use of this source code is governed by a BSD-style 4 license that can be found in the LICENSE file. 5 --> 6 7 <table class="layout"> 8 {{range .}} 9 <tr> 10 {{$name_html := html .Name}} 11 <td><a href="{{$name_html}}">{{$name_html}}</a></td> 12 <td width="25"> </td> 13 <td>{{html .Title}}</td> 14 </tr> 15 {{end}} 16 </table>