Home | History | Annotate | Download | only in unicode

Lines Matching defs:outputFile

74 var outputFile = flag.String("output",
81 var output *bufio.Writer // points to os.Stdout or to "gofmt > outputFile"
89 if *outputFile == "" {
92 stdout, err := os.Create(*outputFile)