Hi i am trying to use your API but it seems DATE fields are not supported.
To fix this problem, i added in function :
func handleRow(p *packetRowData, c *Client, r *Result) (err os.Error) {
this piece of code :
// Date
case FIELD_TYPE_DATE :
field,_ = time.Parse("2006-01-02", string(p.row[i].([]byte)))
Thanx for your work