*: exported godoc fixups

This commit is contained in:
Anthony Romano
2016-02-21 05:05:03 -08:00
parent f6d8059ac1
commit c5b51946eb
23 changed files with 38 additions and 17 deletions

View File

@ -157,7 +157,7 @@ func newClient(cfg *Config) (*Client, error) {
}, nil
}
// activeConnection returns the current in-use connection
// ActiveConnection returns the current in-use connection
func (c *Client) ActiveConnection() *grpc.ClientConn {
c.mu.RLock()
defer c.mu.RUnlock()