sing-box/experimental/libbox/setup.go
2023-02-24 13:00:49 +08:00

12 lines
166 B
Go

package libbox
import C "github.com/sagernet/sing-box/constant"
func SetBasePath(path string) {
C.SetBasePath(path)
}
func Version() string {
return C.Version
}