Cleanups
Cleanups suggested by gometalinter tools.
This commit is contained in:
@@ -4,8 +4,6 @@ import (
|
||||
"encoding/binary"
|
||||
)
|
||||
|
||||
type fastpathArg []byte
|
||||
|
||||
func newFastpath(cn *Conn) *fastpath {
|
||||
return &fastpath{cn: cn, fns: make(map[string]Oid)}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user