mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-31 01:44:50 +07:00
8 lines
153 B
Go
8 lines
153 B
Go
|
package simpleobfs
|
||
|
|
||
|
import "github.com/daeuniverse/dae/component/outbound/dialer"
|
||
|
|
||
|
func init() {
|
||
|
dialer.FromLinkRegister("simpleobfs", NewSimpleObfs)
|
||
|
}
|