session names
This commit is contained in:
parent
226d7ca893
commit
55a78dce12
2 changed files with 1 additions and 9 deletions
|
@ -64,11 +64,3 @@ func NewConn(sam *sam3.SAM, addr, path string, opts []string) (*Conn, error) {
|
|||
}
|
||||
return &c, nil
|
||||
}
|
||||
|
||||
func GenConn(sam *sam3.SAM, addr, path string, opts []string) *Conn {
|
||||
c, err := NewConn(sam, addr, path, opts)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return c
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue