1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
2021-02-28 18:08:33 -05:00

12 lines
197 B
Go

// Copyright (c) 2020 Klaus Post, released under MIT License. See LICENSE file.
// +build arm64
// +build !linux
// +build !darwin
package cpuid
func detectOS(c *CPUInfo) bool {
return false
}