dnscrypt-proxy/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go

11 lines
351 B
Go
Raw Normal View History

2019-11-15 04:34:38 +01:00
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2021-02-20 18:55:58 +01:00
//go:build linux && !arm && !arm64 && !mips64 && !mips64le && !ppc64 && !ppc64le && !s390x
2020-03-13 17:58:44 +01:00
// +build linux,!arm,!arm64,!mips64,!mips64le,!ppc64,!ppc64le,!s390x
2019-11-15 04:34:38 +01:00
package cpu
func doinit() {}