mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
10 lines
181 B
Go
10 lines
181 B
Go
//go:build !(android && cmfa)
|
|
|
|
package process
|
|
|
|
import "github.com/metacubex/mihomo/constant"
|
|
|
|
func FindPackageName(metadata *constant.Metadata) (string, error) {
|
|
return "", nil
|
|
}
|