Fix new linter errors.

This commit is contained in:
Will Rouesnel 2017-08-04 02:24:31 +10:00
parent 4c2dc4a7dd
commit 17592ee8e9

View File

@ -13,7 +13,6 @@ import (
func Test(t *testing.T) { TestingT(t) }
type FunctionalSuite struct {
e *Exporter
}
var _ = Suite(&FunctionalSuite{})