text/tabwriter.Writer.Flush (method)

6 uses

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

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

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

	runtime/pprof
		pprof.go#L499: 		return tw.Flush()
		pprof.go#L725: 	tw.Flush()
		pprof.go#L972: 		tw.Flush()