init
All checks were successful
Build sanity / build (push) Successful in 11s

This commit is contained in:
2026-05-31 18:00:20 +02:00
commit ac836d0b67
11 changed files with 638 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module sanity
go 1.22.0
require gopkg.in/yaml.v3 v3.0.1