mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-12 15:27:16 -05:00
8 lines
126 B
Go
8 lines
126 B
Go
package jsonv4
|
|
|
|
import "github.com/v2fly/v2ray-core/v5/main/commands/base"
|
|
|
|
func init() {
|
|
base.RegisterCommand(cmdConvert)
|
|
}
|