github.com/lianghucheng/zrddz@v0.0.0-20200923083010-c71f680932e2/src/gate/external.go (about)

     1  package gate
     2  
     3  import (
     4  	"gate/internal"
     5  )
     6  
     7  var (
     8  	Module = new(internal.Module)
     9  )