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

Unified Diff: src/cmd/go/testdata/testimport/p1/p1.go

Issue 5732045: code review 5732045: cmd/go: fix relative imports again (Closed)
Patch Set: diff -r 3fdde99ed034 https://code.google.com/p/go/ Created 13 years ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/go/testdata/testimport/p.go ('k') | src/cmd/go/testdata/testimport/p2/p2.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/go/testdata/testimport/p1/p1.go
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/cmd/go/testdata/testimport/p1/p1.go
@@ -0,0 +1,3 @@
+package p1
+
+func F() int { return 1 }
« no previous file with comments | « src/cmd/go/testdata/testimport/p.go ('k') | src/cmd/go/testdata/testimport/p2/p2.go » ('j') | no next file with comments »

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