From cda09b4aa439540261a78ed35ce1210866353b25 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Wed, 30 Jul 2014 17:45:16 +0300 Subject: [PATCH] examples: remove artifact comment --- structure_example_test.go | 1 - 1 file changed, 1 deletion(-) 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]