mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 12:09:19 +02:00
5 lines
155 B
Go
5 lines
155 B
Go
|
// Package policy is an implementation of policy.Manager feature.
|
||
|
package policy
|
||
|
|
||
|
//go:generate go run github.com/xtls/xray-core/v1/common/errors/errorgen
|