adding init program

This commit is contained in:
lwoodard
2026-04-13 12:45:41 -06:00
parent 639a08a808
commit 91b7028382
12 changed files with 1035 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
package defaults
import _ "embed"
//go:embed modules.example.yaml
var ModulesExampleYAML []byte