forgejo/modules/httplib
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).
2023-07-04 18:36:08 +00:00
..
request.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
serve.go Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
serve_test.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
url.go Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00
url_test.go Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00