Commit Graph

2 Commits (b6e0957b9c84d1da0c7805f8e45ce7988badc7c2)

Author SHA1 Message Date
silverwind 88f835192d
Replace `interface{}` with `any` (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2 years ago
wxiaoguang 023a048f52
Make repository response support HTTP range request (#24592)
Replace #20480
Replace #18448

Close #16414
2 years ago