v2ray-core/core.go

8 lines
131 B
Go
Raw Normal View History

2015-09-07 12:00:46 +02:00
// Package core provides common definitions and functionalities of V2Ray.
package core
2015-09-16 16:05:59 +02:00
//go:generate
const (
Version = "0.1"
)