force all readers to use an asynchronous writer (#2265)

needed by #2255
This commit is contained in:
Alessandro Ros
2023-08-30 11:24:14 +02:00
committed by GitHub
parent 30a69a7722
commit 5fb7f4e846
26 changed files with 962 additions and 938 deletions

View File

@@ -1,4 +1,4 @@
// Package formatprocessor contains code to cleanup and normalize streams.
// Package formatprocessor cleans and normalizes streams.
package formatprocessor
import (