[go-nuts] Re: last pointer standing

2018-09-06 Thread Yamil Bracho
You are not creating a new pointer, so just do c1.Lookup = &LookupCode{xt1.CodeId, xt1.Description, xt1.Active} El jueves, 6 de septiembre de 2018, 14:59:44 (UTC-5), davidg...@gmail.com escribió: > > Am looking for insight into why the dataArray_LookupCode output array is > partially correct. >

[go-nuts] Re: last pointer standing

2018-09-06 Thread Yamil Bracho
El jueves, 6 de septiembre de 2018, 14:59:44 (UTC-5), davidg...@gmail.com escribió: > > Am looking for insight into why the dataArray_LookupCode output array is > partially correct. > The newUUID() function correctly assigns to each element of the > dataArray_LookupCode array, but the *LookupC