Skip to content

Commit c52c70e

Browse files
dveedenccoVeille
andauthored
Update server/conn.go
Co-authored-by: ccoVeille <[email protected]>
1 parent 162e81d commit c52c70e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/conn.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ var defaultServer *Server
4141
// NewConn: create connection with default server settings
4242
//
4343
// Deprecated: Use [Server.NewConn] instead.
44-
// Deprecated: Use [Server.NewConn] instead.
4544
func NewConn(conn net.Conn, user string, password string, h Handler) (*Conn, error) {
4645
if defaultServer == nil {
4746
defaultServer = NewDefaultServer()

0 commit comments

Comments
 (0)