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

add ability to embed other loggers of varying functionality

This commit is contained in:
2023-03-29 14:02:57 -07:00
parent e21fb8a614
commit 50c507c8f4
5 changed files with 289 additions and 4 deletions

2
go.mod
View File

@@ -1,5 +1,5 @@
module github.com/taigrr/log-socket
go 1.16
go 1.18
require github.com/gorilla/websocket v1.5.0