omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
711 stars 156 forks source link

Log time since in seconds #189

Closed TheKarppinen closed 5 years ago

TheKarppinen commented 5 years ago

src/github.com/omniscale/imposm3/update/run.go:110: time.Since(seqTime).Truncate undefined (type time.Duration has no field or method Truncate)

Duration in seconds could be gotten by using time.Since(seqTime).Seconds()

olt commented 5 years ago

Please upgrade to Go 1.9 or higher.