setup.go 166 B

1234567891011
  1. package libbox
  2. import C "github.com/sagernet/sing-box/constant"
  3. func SetBasePath(path string) {
  4. C.SetBasePath(path)
  5. }
  6. func Version() string {
  7. return C.Version
  8. }