feat: added loadtest service

This commit is contained in:
ITQ
2025-07-25 00:59:54 +03:00
parent dd0568bf91
commit 3804495ce5
14 changed files with 34943 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module loadtest
go 1.24.5
require (
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
)