github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/net/proxy/shadowsocksr/obfs/plain.go (about)

     1  package obfs
     2  
     3  import (
     4  	"net"
     5  )
     6  
     7  func newPlain(conn net.Conn, _ Obfs) net.Conn { return conn }