mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-07 17:44:01 +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)
|
||
|
}
|