mirror of https://github.com/golang/go.git
xml: Fix comment so that example code compiles
R=rsc CC=golang-dev https://golang.org/cl/181138
This commit is contained in:
parent
6712cf365b
commit
1c819cb194
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue