Merge pull request #1555 from crosbymichael/client-lint

Update client to pass go lint
This commit is contained in:
Phil Estes
2017-09-25 13:26:31 -04:00
committed by GitHub
8 changed files with 31 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ type dialResult struct {
err error
}
// Dialer returns a GRPC net.Conn connected to the provided address
func Dialer(address string, timeout time.Duration) (net.Conn, error) {
var (
stopC = make(chan struct{})