Commit 1c819cb1 authored by Evan Shaw's avatar Evan Shaw Committed by Russ Cox

xml: Fix comment so that example code compiles

R=rsc
CC=golang-dev
https://golang.org/cl/181138
parent 6712cf36
......@@ -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
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment