Fix platform wrapper
This commit is contained in:
@@ -5,3 +5,7 @@ import C "github.com/sagernet/sing-box/constant"
|
||||
func SetBasePath(path string) {
|
||||
C.SetBasePath(path)
|
||||
}
|
||||
|
||||
func Version() string {
|
||||
return C.Version
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user