mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
5d37705416
commit
314b358ab7
6 changed files with 75 additions and 76 deletions
|
|
@ -5,10 +5,10 @@
|
|||
package strconv_test
|
||||
|
||||
import (
|
||||
"os";
|
||||
"reflect";
|
||||
. "strconv";
|
||||
"testing";
|
||||
"os";
|
||||
"reflect";
|
||||
. "strconv";
|
||||
"testing";
|
||||
)
|
||||
|
||||
type atofTest struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue