roistat / go-clickhouse

Golang ClickHouse connector
MIT License
189 stars 27 forks source link

Added Time type to unmarshal #6

Closed a5i closed 8 years ago

a5i commented 8 years ago

For example

var (
    firstTime   time.Time
    lastTime    time.Time
)
for iter.Scan(&firstTime, &lastTime) {
//
}
coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 96.382% when pulling ad82408a549465f106ef839ea1c48d4e886680ba on lexaficus:master into 29823631dde36b6ba5ac6895d1dac98e3bdc9120 on roistat:master.