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

Delta Between Two Patch Sets: 2014/static-analysis/template.go

Issue 172590043: code review 172590043: 2014/static-analysis: add slides for gomeetup presentation. (Closed)
Left Patch Set: diff -r 1a303e2eaf127ae0a75d5998b44f719d8f3e6176 https://code.google.com/p/go.talks Created 9 years, 4 months ago
Right Patch Set: diff -r 1a303e2eaf127ae0a75d5998b44f719d8f3e6176 https://code.google.com/p/go.talks Created 9 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:
Right: Side by side diff | Download
« no previous file with change/comment | « 2014/static-analysis/hvn.svg ('k') | 2014/static-analysis/tools.svg » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 package P
2
3 import "fmt"
4
5 func before(s string) { fmt.Printf("%s\n", s) }
6 func after(s string) { fmt.Println(s) }
LEFTRIGHT

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