var fset … var exitCode … var allowedRewrites … var forceRewrites … var ( allowed … force … ) var doDiff … var goVersion … const debug … func usage() { … } func main() { … } const parserMode … func gofmtFile(f *ast.File) ([]byte, error) { … } func processFile(filename string, useStdin bool) error { … } func gofmt(n any) string { … } func report(err error) { … } func walkDir(path string) { … } func visitFile(path string, f fs.DirEntry, err error) error { … } func isGoFile(f fs.DirEntry) bool { … }