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

10 lines
260 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.
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() {}