diff --git a/conn.go b/conn.go index 9562ffd4..63a7bbfb 100644 --- a/conn.go +++ b/conn.go @@ -1206,6 +1206,7 @@ func (c *Conn) NetConn() net.Conn { // UnderlyingConn returns the internal net.Conn. This can be used to further // modifications to connection specific flags. +// // Deprecated: Use the NetConn method. func (c *Conn) UnderlyingConn() net.Conn { return c.conn