mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
7 lines
115 B
Go
7 lines
115 B
Go
// Package core provides common definitions and functionalities of V2Ray.
|
|
package core
|
|
|
|
const (
|
|
Version = "0.1"
|
|
)
|