Re: [go-nuts] two questions

2017-02-13 Thread Will Donnelly
On Monday, February 13, 2017 at 10:35:39 AM UTC-8, Simon Perfer wrote: > > Thank you Zlatko. > > > I actually have no idea how to call init_module() from my Go program. > Happy to do the legwork in figuring this out, but not even sure where to > start. > Is there something I should Google to

[go-nuts] Re: Reset Slice with Make Every Time?

2017-01-09 Thread Craig Donnelly
Quick search of the group would help you out.. https://groups.google.com/d/msg/golang-nuts/KLpMGMmO_xw/m0Lpgd8ZzQQJ On Monday, 9 January 2017 23:12:35 UTC, Tomi Häsä wrote: > > Is this the correct way of resetting a slice? I mean do I always need to > use make to reset a slice? > > //