8 Commits

Author SHA1 Message Date
Lawrence, Rendall d9666685f5 update Go verstion to 1.25
* update dependencies
* fix lint warnings (package naming, ctx cancel, UDP serve close check)
2026-03-24 19:36:49 +03:00
Lawrence, Rendall 08686d74b7 update dependencies and fix lint warnings 2026-02-18 18:12:58 +03:00
Lawrence, Rendall 5513f1357d fix lint warnings
replace naked returns with arguments (gofumpt@v0.9.1)
2025-09-22 17:11:05 +03:00
Lawrence, Rendall 95b7f5530f change math/rand to crypto/rand in non-test code 2024-03-05 11:01:18 +03:00
Lawrence, Rendall 665899017e (untested) move unsafe string conversion to pkg
* fix invalid UDP f/e start when no workers provided
* add bench for entire server
2023-03-22 17:51:13 +03:00
Lawrence, Rendall b956811e40 (untested) refactor code 2023-03-21 18:59:05 +03:00
Lawrence, Rendall 24c1539583 restore udp queryParams implementation
* fix lint warnings
2023-03-18 19:38:14 +03:00
Lawrence, Rendall da7de52813 change httprouter with fasthttp and simple handler
* add http benchmark
* move HTTP query parameters parsing to http subpackage
* update dependencies
2023-03-18 00:58:35 +03:00