Skip to content

Commit 162e81d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conn.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ var baseConnID uint32 = 10000
4040
var defaultServer *Server
4141
// NewConn: create connection with default server settings
4242
//
43-
// Deprecated: Use Server.NewConn instead.
44-
// Deprecated: Use Server.NewConn instead.
43+
// Deprecated: Use [Server.NewConn] instead.
44+
// Deprecated: Use [Server.NewConn] instead.
4545
func NewConn(conn net.Conn, user string, password string, h Handler) (*Conn, error) {
4646
if defaultServer == nil {
4747
defaultServer = NewDefaultServer()

0 commit comments

Comments
 (0)