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

Delta Between Two Patch Sets: doc/progs/unused2.go

Issue 7134056: code review 7134056: doc/effective_go.html: add a section about the blank id... (Closed)
Left Patch Set: diff -r d96fe1298b88 https://go.googlecode.com/hg/ Created 12 years, 2 months ago
Right Patch Set: diff -r b68f084eaba7 https://go.googlecode.com/hg/ Created 12 years, 2 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 | « doc/progs/unused1.go ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // compile
2
1 package main 3 package main
2 4
3 import ( 5 import (
4 "fmt" 6 "fmt"
5 "io" 7 "io"
6 ) 8 )
7 9
8 var _ = fmt.Printf 10 var _ = fmt.Printf
9 var _ io.Reader 11 var _ io.Reader
10 12
11 func main() { 13 func main() {
12 greeting := "hello, world" 14 greeting := "hello, world"
13 _ = greeting 15 _ = greeting
14 } 16 }
LEFTRIGHT

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