init: Initial commit

This commit is contained in:
Björn Benouarets
2025-11-10 04:47:13 +01:00
commit 3e78775b0f
2 changed files with 5 additions and 0 deletions

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# MasterLog - Logging Library for Golang

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.secnex.io/secnex/masterlog
go 1.25.3