This commit is contained in:
cdle
2021-10-01 20:59:13 +08:00
parent 1b91d75618
commit ae0c71b490
+1 -2
View File
@@ -1,7 +1,6 @@
package core
import (
"os"
"regexp"
"strings"
@@ -24,7 +23,7 @@ type Function struct {
Cron string
}
var pname = regexp.MustCompile(`/([^/\s]+)`).FindStringSubmatch(os.Args[0])[1]
var pname = string(sillyGirl)
var name = func() string {
return sillyGirl.Get("name", "傻妞")