You've already forked v2ray-core
9 lines
211 B
Go
9 lines
211 B
Go
// Package core provides common definitions and functionalities of V2Ray.
|
|
package core
|
|
|
|
const (
|
|
Version = "0.1"
|
|
Codename = "Post Apocalypse"
|
|
Intro = "A stable and unbreakable connection for every one."
|
|
)
|