v2ray-core/core.go

7 lines
115 B
Go

// Package core provides common definitions and functionalities of V2Ray.
package core
const (
Version = "0.1"
)