mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 04:19:36 +03:00
v1.1.0
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
package features
|
||||
|
||||
import "github.com/xtls/xray-core/v1/common"
|
||||
import "github.com/xtls/xray-core/common"
|
||||
|
||||
//go:generate go run github.com/xtls/xray-core/v1/common/errors/errorgen
|
||||
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen
|
||||
|
||||
// Feature is the interface for Xray features. All features must implement this interface.
|
||||
// All existing features have an implementation in app directory. These features can be replaced by third-party ones.
|
||||
|
Reference in New Issue
Block a user