[go-nuts] Re: Function Call Question

2016-08-16 Thread Mahesh Bhat
On Friday, August 12, 2016 at 1:49:25 AM UTC+5:30, Tamás Gulácsi wrote: > > You have to manage the name->function map. Use a Register function to hide > it. Can you please elaborate ? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsub

[go-nuts] Function Call Question

2016-08-11 Thread Mahesh Bhat
hi, I am a newbie at GO Programming. Here is scenario :- There exists a JSON file that looks like this :- { "template": "linuxbase1", "checkname": ["check_disk"], "checkmethod": ["check_disk"] } I am Unmarshalling this data into a structure :- --