This commit is contained in:
iamqizhao 2016-01-06 18:30:38 -08:00
parent 2e9f81b418
commit 350615a335
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import (
// Peer contains the information of the peer for an RPC.
type Peer struct {
Address net.Addr
Address net.Addr
AuthInfo credentials.AuthInfo
}