Relative Content

Tag Archive for gostructappendslicegoland

Golang adding elements to a nested structure

It is necessary to add some data to the empty structure, I tried different options, but it did not help. Data is added successfully if the structure contains a simple array. I’m new to Golang. Sample code below