mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
This has close to no impact for now, as our slog.Debug/Info/... are leaking their parameters to the heap, but using proper typing instead of Any allows to skip some reflection-based computation, making things marginally faster, and removing the corresponding heap leak. |
||
---|---|---|
.. | ||
handler.go | ||
item.go | ||
item_test.go | ||
middleware.go | ||
parameters.go | ||
prefix_suffix.go | ||
request_modifier.go | ||
response.go | ||
stream.go |