mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +03:00
Fix platform wrapper
This commit is contained in:
parent
60094884cd
commit
140ed9a4cb
9 changed files with 339 additions and 27 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue