]> Cypherpunks repositories - gostls13.git/commit
gofix: be more conservative about rewrite to os.Create
authorRuss Cox <rsc@golang.org>
Fri, 8 Apr 2011 14:59:25 +0000 (10:59 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 8 Apr 2011 14:59:25 +0000 (10:59 -0400)
commit846a368b8813d6ce1e26a3754ce2a66f73903df1
treeed5209ba663b83ca3b5a3a828b987af6ca538967
parentd9763147764400c6fb7a0701a5c9cbdd6682062d
gofix: be more conservative about rewrite to os.Create

Rewrite only if we understood all the flags we saw.

R=r
CC=golang-dev
https://golang.org/cl/4376046
src/cmd/gofix/osopen.go
src/cmd/gofix/osopen_test.go