v0.1.0 first commit

This commit is contained in:
2025-06-30 20:55:31 -04:00
commit 294771653c
11 changed files with 875 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module logwisp
go 1.23.4
require github.com/BurntSushi/toml v1.5.0