1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 19:32:25 -07:00

enable namespaced logging

This commit is contained in:
2025-11-10 16:07:28 -05:00
parent 9c571ca955
commit f86c2dbf46
11 changed files with 932 additions and 54 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module github.com/taigrr/log-socket
module github.com/taigrr/log-socket/v2
go 1.24.4
go 1.25.4
require github.com/gorilla/websocket v1.5.3