My program is like this:
type Girl struct {
Name string
Age int
}
type Person struct {
girl *Girl
job string
}
What should I do to Marshal 'Person'?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/3935d66b-6656-4eb0-9821-71e9f3ea939en%40googlegroups.com.
