add conditional compilation support
add multi core support
This commit is contained in:
Yuzuki616
2023-06-08 01:18:56 +08:00
parent 925542b515
commit d76c6a73eb
36 changed files with 1721 additions and 279 deletions

6
core/hy.go Normal file
View File

@@ -0,0 +1,6 @@
//go:build hy
package core
// not works for now
//import _ "github.com/Yuzuki616/V2bX/core/hy"