github.com/sagernet/sing-box@v1.9.0-rc.20/transport/v2rayquic/init.go (about)

     1  //go:build with_quic
     2  
     3  package v2rayquic
     4  
     5  import "github.com/sagernet/sing-box/transport/v2ray"
     6  
     7  func init() {
     8  	v2ray.RegisterQUICConstructor(NewServer, NewClient)
     9  }