Versions in this module Expand all Collapse all v0 v0.6.0-alpha.4 Apr 17, 2018 v0.5.0 Nov 21, 2017 Changes in this version + type Changeset struct + ClosedAt time.Time + Comments []Comment + CreatedAt time.Time + Id int + MaxLat float64 + MaxLon float64 + MinLat float64 + MinLon float64 + NumChanges int + Open bool + Tags []Tag + User string + UserId int + func ParseAllOsmGz(change string) ([]Changeset, error) + type Comment struct + Date time.Time + Text string + User string + UserId int + type Tag struct + Key string + Value string