Initial commit

This commit is contained in:
akp 2023-08-21 16:47:32 +01:00
commit 1c57bc080a
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
6 changed files with 224 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module git.tdpain.net/pkg/cfger
go 1.18
require gopkg.in/yaml.v3 v3.0.1