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

Side by Side Diff: 2013/distsys/hello0.go

Issue 87910043: code review 87910043: go.talks: fix build; add "// +build OMIT" to many samples (Closed)
Patch Set: diff -r 64c0764808ba https://code.google.com/p/go.talks Created 9 years, 11 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:
View unified diff | Download patch
« no previous file with comments | « 2013/distsys/hello.go ('k') | 2013/distsys/hello1.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // +build OMIT
2
1 package main 3 package main
2 4
3 import "fmt" 5 import "fmt"
4 6
5 func main() { 7 func main() {
6 fmt.Printf("hello, world\n") 8 fmt.Printf("hello, world\n")
7 } 9 }
OLDNEW
« no previous file with comments | « 2013/distsys/hello.go ('k') | 2013/distsys/hello1.go » ('j') | no next file with comments »

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