HiShawn,

I just want to know say i have a test table in postgres. With 2 column one date 
and another string.i want to create an HTML table which can be updated and 
deleted by a click.

Like


Time| string
X:xx| xyz     update delete
X:xx| xyz     update delete
X:xx| xyz     update delete
X:xx| xyz     update delete

Something like this i am not able to find out how to save the time data in a 
slice. Or should i use a struct or a slice of struct. Nothing works.


Can you please guide me how to do it.don't write the code just the steps. I 
couldn't find it on net. 

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