mirror of
https://github.com/golang/go
synced 2024-11-21 22:14:41 -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:
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
Block a user