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 + func WriteLastState(cacheDir string, state *DiffState) error + type DiffState struct + Sequence int + Time time.Time + Url string + func FromOscGz(oscFile string) (*DiffState, error) + func FromPbf(filename string, before time.Duration) (*DiffState, error) + func Parse(f io.Reader) (*DiffState, error) + func ParseFile(stateFile string) (*DiffState, error) + func ParseLastState(cacheDir string) (*DiffState, error) + func (d DiffState) String() string + func (d DiffState) Write(w io.Writer) error