Hey guys,
I am fairly new to GoLang, still learning.
I am trying to working on a small utility, which fetches details from a
third party.
As per their documentation, I will get response something like
{
"users": [
[
{
"firstName": "string ",
"lastName": "string",
u've created:
> "users":[{...},{...}]
>
> On 26/09/2018 14:43, 'Mudasir Mirza' via golang-nuts wrote:
>
> Hey guys,
>
> I am fairly new to GoLang, still learning.
>
> I am trying to working on a small utility, which fetches details from a
>
at, but I can not figure out how
> to define that in my struct :(
>
> On Wed, Sep 26, 2018 at 5:55 PM Steven Hartland
> wrote:
>
>> If you look closely they have a strange structure:
>> "users": [*[*{...},{...}*]*]
>>
>> You've created:
>>
in my struct :(
>>>
>>> On Wed, Sep 26, 2018 at 5:55 PM Steven Hartland
>>> wrote:
>>>
>>>> If you look closely they have a strange structure:
>>>> "users": [*[*{...},{...}*]*]
>>>>
>>>> You've create