mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 17:27:09 +00:00
chore: Cleanup code
This commit is contained in:
9
component/process/process_common.go
Normal file
9
component/process/process_common.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !(android && cmfa)
|
||||
|
||||
package process
|
||||
|
||||
import "github.com/metacubex/mihomo/constant"
|
||||
|
||||
func FindPackageName(metadata *constant.Metadata) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user