gofmt-ify strconv

(and remove an empty line at the end of a file)

R=rsc
http://go/go-review/1017046
This commit is contained in:
Robert Griesemer 2009-11-04 23:20:49 -08:00
parent 5d37705416
commit 314b358ab7
6 changed files with 75 additions and 76 deletions

View file

@ -5,10 +5,10 @@
package strconv_test
import (
"os";
"reflect";
. "strconv";
"testing";
"os";
"reflect";
. "strconv";
"testing";
)
type atofTest struct {