]> Cypherpunks repositories - gostls13.git/commit
codereview: gofmt check for non-src/ files
authorDavid Crawshaw <david.crawshaw@zentus.com>
Fri, 18 Nov 2011 20:42:30 +0000 (12:42 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 18 Nov 2011 20:42:30 +0000 (12:42 -0800)
commit28cead8b6c342126d2c2277303ba0a8bde4e7bfe
treecb87e722bdf6e6e00048c89881a01876637ab7d5
parent95474b6283d1f2568757ce71f7dace2c1ef7b12e
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
https://golang.org/cl/5158042
lib/codereview/codereview.py