diff --git a/structure_example_test.go b/structure_example_test.go index 5e61afa..f9089ca 100644 --- a/structure_example_test.go +++ b/structure_example_test.go @@ -91,7 +91,6 @@ func ExampleFields() { m := Fields(s) - // note that the output is sorted according to the field names fmt.Printf("Fields: %+v\n", m) // Output: // Fields: [Name LastAccessed Number]