fix(lint): configure linters for codebase maturity, fix gofmt and ineffassign
This commit is contained in:
parent
c0fd8d3818
commit
be6eef1195
5 changed files with 72 additions and 27 deletions
|
|
@ -383,4 +383,3 @@ func (c *Client) Status() string {
|
|||
pooled := len(c.pool)
|
||||
return fmt.Sprintf("%d connections (%d pooled) to %s:%d", open, pooled, c.cfg.Host, c.cfg.Port)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue