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

Update Go version to 1.24.4 and overhaul viewer.html with a complete redesign for improved log display and user interaction. (#13)

This commit is contained in:
Daniel Merja
2025-06-29 02:11:12 -07:00
committed by GitHub
parent c89dda8333
commit 45ba154d1e
2 changed files with 611 additions and 177 deletions

2
go.mod
View File

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