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
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 :-
--