aboutsummaryrefslogtreecommitdiff
path: root/internal/rtree/init.go
Commit message (Collapse)AuthorAgeFilesLines
* rtree: add support for multiple URLs per remoteStefan Majewsky2026-06-101-1/+7
| | | | | | | | | This requires changing the index format, which I'm using as an opportunity to: - move from YAML to JSON (so I can maybe kill the YAML parser dependency at some point) - move the index file into standard XDG paths
* convert license headers to SPDX formatStefan Majewsky2025-09-291-17/+2
|
* run `modernize -fix ./...`Stefan Majewsky2025-09-291-1/+1
| | | | | Also drop util/gocovcat.go which has been obsolete since 122068efd4a348921b736b4456d4e1c999dbfb79.
* Save rtree with go 1.20Sandro Jäckel2023-04-171-11/+11
|
* rename pkg/ to internal/Stefan Majewsky2020-03-281-0/+99