e1.0.0 Initial commit, restructured and refactored logger package, used config package for configuration management.

This commit is contained in:
2025-04-22 11:29:34 -04:00
commit b78da2b449
15 changed files with 2621 additions and 0 deletions

11
go.mod Normal file
View File

@ -0,0 +1,11 @@
module github.com/LixenWraith/log
go 1.24.2
require github.com/LixenWraith/config v0.0.0-20250422065842-0c5b33a935d3
require (
github.com/LixenWraith/tinytoml v0.0.0-20250422065624-8aa28720f04a // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
)