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

2
core/xray/app/app.go Normal file
View File

@@ -0,0 +1,2 @@
// Package app contains the third-party app used to replace the default app in xray-core
package app