Converted TCL list style and added hint parser.

This commit is contained in:
James Wells 2021-11-08 06:58:55 -08:00
parent de41740bac
commit abba1972d1
Signed by: jwells
GPG key ID: 73196D10B8E65666
6 changed files with 100 additions and 63 deletions

View file

@ -12,7 +12,7 @@ import (
)
func Main(wg *sync.WaitGroup, config gs.GagentConfig) {
log.Printf("[INFO] setup mode\n")
log.Printf("[INFO] Starting setup\n")
defer wg.Done()
f := hclwrite.NewEmptyFile()