Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1748)

Delta Between Two Patch Sets: present/dir.go

Issue 22450043: code review 22450043: go.talks: Show "run" button only for files with extensi... (Closed)
Left Patch Set: diff -r 53e8e0f32967 https://code.google.com/p/go.talks Created 10 years, 4 months ago
Right Patch Set: diff -r 53e8e0f32967 https://code.google.com/p/go.talks Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « present/appengine.go ('k') | present/local.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // Copyright 2012 The Go Authors. All rights reserved. 1 // Copyright 2012 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 package main 5 package main
6 6
7 import ( 7 import (
8 "fmt" 8 "fmt"
9 "html/template" 9 "html/template"
10 "io" 10 "io"
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 </dl> 266 </dl>
267 {{end}} 267 {{end}}
268 268
269 </div> 269 </div>
270 270
271 <div id="footer"> 271 <div id="footer">
272 Except as <a href="http://code.google.com/policies.html#restrictions">noted</a>, 272 Except as <a href="http://code.google.com/policies.html#restrictions">noted</a>,
273 the content of this page is licensed under the 273 the content of this page is licensed under the
274 Creative Commons Attribution 3.0 License, 274 Creative Commons Attribution 3.0 License,
275 and code is licensed under a <a href="/LICENSE">BSD license</a>.<br> 275 and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
276 <a href="http://golang.org/doc/tos.html">Terms of Service</a> | 276 <a href="http://golang.org/doc/tos.html">Terms of Service</a> |
277 <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> 277 <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
278 </div> 278 </div>
279 279
280 </body> 280 </body>
281 </html>` 281 </html>`
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b