1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00
v2fly/core.go
2015-09-16 16:05:59 +02:00

8 lines
131 B
Go

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