1 2 3 4 5 6 7 8
//go:build !amd64 && !arm64 // +build !amd64,!arm64 package system func resetMachine() error { return nil }