Versions in this module Expand all Collapse all v0 v0.1.0 Aug 16, 2026 Changes in this version + const DefaultUserAgent + const UserAgentEnv + func Download(ctx context.Context, client *http.Client, url, dest string) (string, error) + type DB struct + func Open(path string) (*DB, error) + func (d *DB) Close() error + func (d *DB) Placetype(ctx context.Context, placetype string, yield func(Feature) error) error + type Feature struct + Body []byte + Country string + IsCurrent int