1
0
Fork 0
forked from NYANDEV/forgejo
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
Renamed from modules/httplib/httplib.go (Browse further)