Closed
Description
The MultiWriter in Go 1 ignores the Close part of WriteClosers. Can this be changed in Go 2 so that the returned writer is a WriteCloser which on Close checks for each given writer if it is a WriteCloser and then calls Close?
This bug is similar to issue #27617 (TeeReader & ReadCloser).