1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 12:50:42 +08:00
Commit Graph

2 Commits

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

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
wxiaoguang
023a048f52
Make repository response support HTTP range request ()
Replace 
Replace 

Close 
2023-05-09 15:34:36 +08:00