fix deps cycle
update example
fix color for X25519
output supported cores message
This commit is contained in:
Yuzuki616
2023-06-08 03:11:42 +08:00
parent 0958e351f0
commit ca67855ec9
8 changed files with 39 additions and 20 deletions

6
core/imports/hy.go Normal file
View 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
View File

@@ -0,0 +1,5 @@
//go:build xray
package imports
import _ "github.com/Yuzuki616/V2bX/core/xray"