golint cleanups.

This commit is contained in:
2017-11-16 08:32:05 -08:00
parent d083a39a7d
commit cb16cfa183
6 changed files with 19 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ func (t *Tee) Write(p []byte) (int, error) {
return n, nil
}
// Close calls Close on the underlying file.
func (t *Tee) Close() error {
return t.f.Close()
}