examples: remove artifact comment

This commit is contained in:
Fatih Arslan 2014-07-30 17:45:16 +03:00
parent 0aaea945f5
commit cda09b4aa4

View File

@ -91,7 +91,6 @@ func ExampleFields() {
m := Fields(s) m := Fields(s)
// note that the output is sorted according to the field names
fmt.Printf("Fields: %+v\n", m) fmt.Printf("Fields: %+v\n", m)
// Output: // Output:
// Fields: [Name LastAccessed Number] // Fields: [Name LastAccessed Number]