Files
mihomo/component/updater/cpu_others.go

9 lines
145 B
Go

//go:build !amd64
package updater
// getGOAMD64level is always return 0 when not in amd64 platfrom.
func getGOAMD64level() int32 {
return 0
}