Files
sing-box-extended-mirror/experimental/libbox/setup.go
T

12 lines
166 B
Go
Raw Normal View History

2022-10-25 12:55:00 +08:00
package libbox
import C "github.com/sagernet/sing-box/constant"
func SetBasePath(path string) {
C.SetBasePath(path)
}
2023-02-22 20:52:57 +08:00
func Version() string {
return C.Version
}