golint fixes.

This commit is contained in:
Kyle Isom
2015-12-23 13:28:04 -08:00
parent 14bf511195
commit 215d03bdb1
5 changed files with 9 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ func (t *mwc) Close() error {
return nil
}
// MultiWriteClose creates a WriteCloser that duplicates its writes to
// MultiWriteCloser creates a WriteCloser that duplicates its writes to
// all the provided writers, similar to the Unix tee(1) command.
func MultiWriteCloser(wc ...io.WriteCloser) io.WriteCloser {
wcs := make([]io.WriteCloser, len(wc))