links.html - twitch-go - twitch.tv web application in Go
 (HTM) git clone git://git.codemadness.org/twitch-go
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       links.html (350B)
       ---
            1 {{define "title"}}Links{{end}}
            2 {{define "class"}}links{{end}}
            3 
            4 {{define "content"}}
            5 <ul>
            6         <li><a href="https://mpv.io/installation/">mpv player</a></li>
            7         <li><a href="https://www.videolan.org/">VLC</a></li>
            8         <li><a href="https://rtmpdump.mplayerhq.hu/">rtmpdump</a></li>
            9         <li><a href="https://dev.twitch.tv/docs">Twitch.tv API</a></li>
           10 </ul>
           11 {{end}}