mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-09-21 06:03:20 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
// Package core provides common definitions and functionalities of V2Ray.
|
|
package core
|
|
|
|
//go:generate
|
|
const (
|
|
Version = "0.1"
|
|
)
|