text/tabwriter.Writer.Flush (method)

10 uses

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

	go.opencensus.io/zpages
		rpcz.go#L135: 		tw.Flush()
		tracez.go#L170: 	tw.Flush()
		tracez.go#L389: 	tw.Flush()

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

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

	runtime/pprof
		pprof.go#L442: 		return tw.Flush()
		pprof.go#L651: 	tw.Flush()
		pprof.go#L882: 		tw.Flush()
		pprof.go#L935: 		tw.Flush()