Re: [go-nuts] How to create a function to Return Map value type: New Year's Eve assignment

2016-12-31 Thread Mr. Chong Noi
Understood. Thank you for the input. On Sat, Dec 31, 2016 at 11:04 PM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Sat, 31 Dec 2016 05:31:30 -0800 (PST) > mrchong...@gmail.com wrote: > > > I am spending my New Year's eve watching Thai TV and coding. > > > > below is the

Re: [go-nuts] How to create a function to Return Map value type: New Year's Eve assignment

2016-12-31 Thread Konstantin Khomoutov
On Sat, 31 Dec 2016 05:31:30 -0800 (PST) mrchong...@gmail.com wrote: > I am spending my New Year's eve watching Thai TV and coding. > > below is the function I created to return a map. My function returns > nil. When "crossposting" [2], please always mention alternative venues you've used to

[go-nuts] How to create a function to Return Map value type: New Year's Eve assignment

2016-12-31 Thread mrchongnoi
I am spending my New Year's eve watching Thai TV and coding. below is the function I created to return a map. My function returns nil. Am I missing something. type IcxParam struct { name *string value *string } func MapIcxConfig(filenameconfig string)