Re: [go-nuts] Re: Merging several XML into 1

2017-07-26 Thread alexandre . lemiere
Thumbs up ! Thanks Matt. On Wednesday, July 26, 2017 at 4:42:24 AM UTC+2, Matt Harden wrote: > > The decoder will actually accumulate the pages for you, so you only need > one Foo: https://play.golang.org/p/VDZvoJaSZW > > On Tue, Jul 25, 2017 at 6:56 AM > > wrote: > >> I change some structs so

[go-nuts] Re: Merging several XML into 1

2017-07-25 Thread alexandre . lemiere
I change some structs so now it works as expected. Here's the playground: https://play.golang.org/p/DXlajwirtt On Tuesday, July 25, 2017 at 2:42:41 PM UTC+2, Alex L wrote: > > Hi, > I'm new to Go, and this is my first post here... > > I need to merge some xml files into 1. > I would prefer using