Skip to content
Snippets Groups Projects
Commit e364af39 authored by kr328's avatar kr328
Browse files

Refactor: refactor golang flavor

parent 11c4e19e
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 4 deletions
File moved
Subproject commit fab0b09292f0d3caf46db5150c969243e35f2ee9
File moved
package core
package delegate
import (
"errors"
......
......@@ -13,6 +13,6 @@ require (
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/Dreamacro/clash => ./clash
replace github.com/Dreamacro/clash => ./core/foss
replace cfa/blob => ../../../build/intermediates/golang_blob
File moved
File moved
......@@ -11,7 +11,7 @@ import (
"runtime"
"cfa/config"
"cfa/core"
"cfa/delegate"
"cfa/tunnel"
"github.com/Dreamacro/clash/log"
......@@ -27,7 +27,7 @@ func coreInit(home, versionName C.c_string, sdkVersion C.int) {
v := C.GoString(versionName)
s := int(sdkVersion)
core.Init(h, v, s)
delegate.Init(h, v, s)
reset()
}
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment