diff options
Diffstat (limited to 'src/pkg/xml/read.go')
| -rw-r--r-- | src/pkg/xml/read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/xml/read.go b/src/pkg/xml/read.go index c1defe5e7..4865c064a 100644 --- a/src/pkg/xml/read.go +++ b/src/pkg/xml/read.go @@ -39,7 +39,7 @@ import ( // Email []Email; // } // -// var result = Result{ "name", "phone", nil } +// result := Result{ Name: "name", Phone: "phone", Email: nil } // // unmarshalling the XML input // |
