On Mon, Mar 13, 2017 at 8:05 AM st ov <so.qu...@gmail.com> wrote: > I know it can be accessed the question relates to this > http://stackoverflow.com/questions/36706843/how-to-get-the-underlying-array-of-a-slice-in-go
Let me ask what do you need the backing array for which cannot be done using the slice value? Using the slice value you can read the backing array, write to it, take address of its element and slice the array. What use case is not covered by those operations? -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.