text/tabwriter.Writer.Flush (method)

6 uses

	text/tabwriter (current package)
		tabwriter.go#L494: func (b *Writer) Flush() error {

	go/printer
		printer.go#L1358: 		err = tw.Flush()

	golang.org/x/net/trace
		events.go#L367: 	tw.Flush()

	runtime/pprof
		pprof.go#L443: 		return tw.Flush()
		pprof.go#L652: 	tw.Flush()
		pprof.go#L904: 		tw.Flush()