Implement yaml format

This commit is contained in:
2025-02-26 11:14:36 +01:00
parent edaa699c20
commit 125bf78c16
9 changed files with 269 additions and 42 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module cln
go 1.21.7
require gopkg.in/yaml.v3 v3.0.1