mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-10-30 15:57:35 -04:00
8 lines
126 B
Go
8 lines
126 B
Go
|
package jsonv4
|
||
|
|
||
|
import "github.com/v2fly/v2ray-core/v4/main/commands/base"
|
||
|
|
||
|
func init() {
|
||
|
base.RegisterCommand(cmdConvert)
|
||
|
}
|