hmm
This commit is contained in:
parent
09ad76e01d
commit
5332d968e6
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue