mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
8 lines
145 B
Go
8 lines
145 B
Go
package wafonekey
|
|
|
|
import "testing"
|
|
|
|
func TestOneKeyModifyBt(t *testing.T) {
|
|
OneKeyModifyBt("C:\\huawei\\goproject\\SamWafOneModify\\BtTest")
|
|
}
|