Chore: move "geodata" to package "component"

This commit is contained in:
yaling888
2021-10-29 00:52:44 +08:00
parent 62b3ebe49f
commit 78cef7df59
21 changed files with 166 additions and 155 deletions

View File

@ -46,7 +46,7 @@ func init() {
}
func main() {
maxprocs.Set(maxprocs.Logger(func(string, ...interface{}) {}))
_, _ = maxprocs.Set(maxprocs.Logger(func(string, ...interface{}) {}))
if version {
fmt.Printf("Clash Plus Pro %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
return