gofmt cleanups.

This commit is contained in:
Kyle Isom 2017-11-16 08:26:27 -08:00
parent cb16cfa183
commit 832475db56
7 changed files with 48 additions and 49 deletions

View File

@ -4,8 +4,8 @@ import (
"bytes"
"testing"
"github.com/kisom/goutils/testio"
"github.com/kisom/goutils/assert"
"github.com/kisom/goutils/testio"
)
func TestMWC(t *testing.T) {

View File

@ -42,7 +42,6 @@ func NewOut(logFile string) (*Tee, error) {
return &Tee{f: f}, nil
}
// Printf formats according to a format specifier and writes to the
// tee instance.
func (t *Tee) Printf(format string, args ...interface{}) (int, error) {