1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00
v2fly/core.go
2015-09-16 17:29:05 +02:00

7 lines
115 B
Go

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