mirror of
https://github.com/ICKelin/opennotr.git
synced 2026-04-22 23:27:35 +08:00
10 lines
283 B
Go
10 lines
283 B
Go
package opennotrd
|
|
|
|
import (
|
|
// plugin import
|
|
_ "github.com/ICKelin/opennotr/opennotrd/plugin/dummy"
|
|
_ "github.com/ICKelin/opennotr/opennotrd/plugin/restyproxy"
|
|
_ "github.com/ICKelin/opennotr/opennotrd/plugin/tcpproxy"
|
|
_ "github.com/ICKelin/opennotr/opennotrd/plugin/udpproxy"
|
|
)
|