mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 01:07:10 +00:00
9 lines
145 B
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
|
|
}
|