1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00
miniflux-v2/internal/http/request
jvoisin 3a01f8a691 perf(misc): use arrays instead of slices where possible
Arrays have a fixed size in go, while slices don't, making the former way
faster than the latter: https://go-benchmarks.com/array-vs-slice
2025-08-11 18:26:58 -07:00
..
client_ip.go perf(misc): use arrays instead of slices where possible 2025-08-11 18:26:58 -07:00
client_ip_test.go Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00
context.go feat(integration)!: remove Pocket integration 2025-06-15 13:29:55 -07:00
context_test.go feat(integration)!: remove Pocket integration 2025-06-15 13:29:55 -07:00
cookie.go Broaden an error condition 2025-01-23 19:20:13 -08:00
cookie_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
params.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
params_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00