mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 12:40:11 +00:00
update
fix deps cycle update example fix color for X25519 output supported cores message
This commit is contained in:
6
core/imports/hy.go
Normal file
6
core/imports/hy.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build hy
|
||||
|
||||
package imports
|
||||
|
||||
// not works for now
|
||||
//import _ "github.com/Yuzuki616/V2bX/core/hy"
|
||||
5
core/imports/xray.go
Normal file
5
core/imports/xray.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build xray
|
||||
|
||||
package imports
|
||||
|
||||
import _ "github.com/Yuzuki616/V2bX/core/xray"
|
||||
Reference in New Issue
Block a user