diff options
| author | Dave Collins <[email protected]> | 2013-01-16 23:30:06 -0600 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-01-16 23:30:06 -0600 |
| commit | c5fba05307d6a83b518916402fcf1fc867ce0782 (patch) | |
| tree | d5408b7197f781840304a3d06ac45fed7c72df3e /spew/example_test.go | |
| parent | 34805dbdb56b3eecf462f31ade3a29dfb6c8502d (diff) | |
Fix a comment and a apply few gofmt changes.
Diffstat (limited to 'spew/example_test.go')
| -rw-r--r-- | spew/example_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spew/example_test.go b/spew/example_test.go index 2a35010..7a60202 100644 --- a/spew/example_test.go +++ b/spew/example_test.go @@ -160,7 +160,7 @@ func ExampleSpewState_Dump() { // example. // A SpewState does not need initialization. - ss := new(spew.SpewState) // or var ss spew.SpewState + ss := new(spew.SpewState) // or var ss spew.SpewState ss2 := new(spew.SpewState) // or var ss2 spew.SpewState // Modify the indent level of the first SpewState only. @@ -204,7 +204,7 @@ func ExampleSpewState_Printf() { // example. // A SpewState does not need initialization. - ss := new(spew.SpewState) // or var ss spew.SpewState + ss := new(spew.SpewState) // or var ss spew.SpewState ss2 := new(spew.SpewState) // or var ss2 spew.SpewState // Modify the method handling of the first SpewState only. |
