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

Issue 5158042: code review 5158042: codereview: gofmt check for non-src/ files

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by crawshaw1
Modified:
12 years, 5 months ago
Reviewers:
gri, rsc
CC:
rsc, gri, golang-dev
Visibility:
Public.

Description

codereview: gofmt check for non-src/ files Gives other projects the benefit of the gofmt presubmit. Results in minor changes in the doc/ directory: find doc -name \*.go -exec gofmt -d {} \;

Patch Set 1 #

Patch Set 2 : diff -r 39de8f482ea8 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 39de8f482ea8 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 5dc686c3dda8 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 5dc686c3dda8 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M lib/codereview/codereview.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
crawshaw1
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 7 months ago (2011-09-29 15:53:43 UTC) #1
gri
LGTM - gri On Thu, Sep 29, 2011 at 8:53 AM, <crawshaw@google.com> wrote: > Reviewers: ...
12 years, 7 months ago (2011-09-29 21:47:59 UTC) #2
gri
but wait for rsc - gri On Thu, Sep 29, 2011 at 2:47 PM, Robert ...
12 years, 7 months ago (2011-09-29 21:48:16 UTC) #3
crawshaw1
Ping. On Thu, Sep 29, 2011 at 2:48 PM, Robert Griesemer <gri@golang.org> wrote: > but ...
12 years, 7 months ago (2011-10-03 22:48:49 UTC) #4
rsc
LGTM
12 years, 6 months ago (2011-10-05 15:45:59 UTC) #5
gri
12 years, 5 months ago (2011-11-18 20:42:33 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=4c556044efce ***

codereview: gofmt check for non-src/ files

Gives other projects the benefit of the gofmt presubmit.
Results in minor changes in the doc/ directory:
        find doc -name \*.go -exec gofmt -d {} \;

R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/5158042

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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