]> Cypherpunks repositories - gostls13.git/commit
gofmt: simpler walkDir
authorRuss Cox <rsc@golang.org>
Tue, 15 Mar 2011 18:04:47 +0000 (14:04 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 15 Mar 2011 18:04:47 +0000 (14:04 -0400)
commit35cee9f5d8cf9cdee2cb346f4a4ca1dd83bd2ca4
treebe158ea292e21841d3021e4a6317bfb78ba957a1
parent108564dabc28996332dabacab8ea7da07ff8adc2
gofmt: simpler walkDir

Swapping the goroutines lets them reuse the
communication completion on v instead of
needing a second channel (done).

R=gri
CC=golang-dev
https://golang.org/cl/4287045
src/cmd/gofmt/gofmt.go