1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:04:40 -07:00

xml: Fix comment so that example code compiles

R=rsc
CC=golang-dev
https://golang.org/cl/181138
This commit is contained in:
Evan Shaw 2010-01-05 16:50:52 -08:00 committed by Russ Cox
parent 6712cf365b
commit 1c819cb194

View File

@ -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
//