This commit is contained in:
maddalax 2024-09-23 16:56:01 -05:00
parent 09ad76e01d
commit 5332d968e6

View file

@ -46,6 +46,9 @@ func WriteFile(path string, cb func(content *ast.File) string) {
}
bytes = []byte(cb(f))
slog.Debug("astgen.WriteFile", slog.String("path", path), slog.String("content", string(bytes)))
formatEnabled := true
if formatEnabled {