github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/godoc/static/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>