init.go 126 B

1234567
  1. package jsonv4
  2. import "github.com/v2fly/v2ray-core/v4/main/commands/base"
  3. func init() {
  4. base.RegisterCommand(cmdConvert)
  5. }