I have created a struct

type State struct{
 DLastmodified time.Time
 DState string
}



and created a slice of struct like


got :=[]State{}


Now I am unable to get the column data out of this slice. please help. If you 
want to read the full code let me know. 

I just wanted to know how to get the data out of it. *Please help.*



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