summaryrefslogtreecommitdiff
path: root/internal/fetch/fetch.go
AgeCommit message (Collapse)Author
2026-05-11fix: make fetch return a byte slice instead of an io.Readermasterdemo
There's no way we can use any version of the reader once it's closed (because Fetch exited.)
2026-05-10style: rename fetch to Fetch + add doc commentdemo
2026-05-10refactor: move 'fetch' to its own packagedemo