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

Unified Diff: src/cmd/gofmt/Makefile

Issue 156103: code review 156103: gofmt: add -r flag to rewrite source code according to ... (Closed)
Patch Set: code review 156103: gofmt: add -r flag to rewrite source code according to ... Created 15 years, 4 months 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 | « no previous file | src/cmd/gofmt/gofmt.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gofmt/Makefile
===================================================================
--- a/src/cmd/gofmt/Makefile
+++ b/src/cmd/gofmt/Makefile
@@ -7,6 +7,7 @@
TARG=gofmt
GOFILES=\
gofmt.go\
+ rewrite.go\
include $(GOROOT)/src/Make.cmd
« no previous file with comments | « no previous file | src/cmd/gofmt/gofmt.go » ('j') | no next file with comments »

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