feat(loganalyzer): complete tool suite for analysing erupe logs.

This commit is contained in:
Houmgaor
2025-11-18 00:02:02 +01:00
parent 79636af608
commit 7aafc71dcc
12 changed files with 2241 additions and 0 deletions

5
tools/loganalyzer/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module erupe-loganalyzer
go 1.25
require ()