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

Side by Side Diff: test/fixedbugs/bug382.go

Issue 5570053: code review 5570053: test: Add the usual Copyright notice. (Closed)
Patch Set: diff -r f10dfb8fa0eb https://go.googlecode.com/hg/ Created 13 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:
View unified diff | Download patch
« no previous file with comments | « test/fixedbugs/bug377.dir/two.go ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // $G $D/$F.dir/pkg.go && $G $D/$F.go || echo "Bug 382" 1 // $G $D/$F.dir/pkg.go && $G $D/$F.go || echo "Bug 382"
2 2
3 // Copyright 2011 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file
6
3 // Issue 2529 7 // Issue 2529
4 8
5 package main 9 package main
6 import "./pkg" 10 import "./pkg"
7 11
8 var x = pkg.E 12 var x = pkg.E
9 13
10 var fo = struct {F pkg.T}{F: x} 14 var fo = struct {F pkg.T}{F: x}
OLDNEW
« no previous file with comments | « test/fixedbugs/bug377.dir/two.go ('k') | no next file » | no next file with comments »

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