github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/_vendor/src/golang.org/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>