Am Dienstag, 6. Dezember 2016 23:40:26 UTC+1 schrieb Paulo Coutinho:
>
> [...]
> Can anyone help me get the current object inside the slice on range?
>
 
Either: Do not copy hcList[i] (and use it directly).
Or: There is no problem as you are printing the address of the
pointer to your Healthcheck: &item is of type **Healthcheck.

V.

-- 
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.

Reply via email to