This commit is contained in:
cdle
2023-06-12 11:50:05 +08:00
parent 725237f71e
commit 6fb13e17bf
+4
View File
@@ -1,6 +1,10 @@
package core
import "regexp"
func getPaterner(uuid, path string) {
var ss = regexp.MustCompile(`\S+`).FindAllString(path, -1)
path = ss[0]
var data []byte
var address = ""
ls := plugin_list