mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
gofmt-ify reflect
- the single line structs can be fixed in another round R=rsc http://go/go-review/1016052
This commit is contained in:
parent
666afa1c02
commit
77334b988c
4 changed files with 412 additions and 236 deletions
|
|
@ -9,8 +9,8 @@
|
|||
package reflect_test
|
||||
|
||||
import (
|
||||
. "reflect";
|
||||
"strconv";
|
||||
. "reflect";
|
||||
"strconv";
|
||||
)
|
||||
|
||||
// valueToString returns a textual representation of the reflection value val.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue