chore: lint

This commit is contained in:
Manfred Touron
2019-01-19 20:01:03 +01:00
parent 1ff20846eb
commit 36f4177b68
7 changed files with 17 additions and 31 deletions

View File

@@ -2,9 +2,9 @@
package foo
import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/golang/protobuf/ptypes/timestamp"
)
type Repository interface {
GetFoo(timestamp *timestamp.Timestamp ) (*timestamp.Timestamp, error)
}
GetFoo(timestamp *timestamp.Timestamp) (*timestamp.Timestamp, error)
}