disable cgo for cli only build

This commit is contained in:
Hiddify
2024-03-09 23:48:41 +01:00
parent 00701f2c25
commit d2281da1c0
6 changed files with 35 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
package global
import "C"
import (
"encoding/json"
"fmt"

View File

@@ -1,6 +1,5 @@
package global
import "C"
import (
"encoding/json"