From eb636f778a733ab4e5684d4dc451874922fc3df2 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 18 Mar 2024 21:22:27 +0100 Subject: all: use "unix" build tag where appropriate For #51572 Change-Id: I23bb25b8cf1ecb9be25eb6ab9e89cd397b58b3c8 Reviewed-on: https://go-review.googlesource.com/c/go/+/572535 Reviewed-by: David Chase Auto-Submit: Tobias Klauser TryBot-Result: Gopher Robot LUCI-TryBot-Result: Go LUCI Run-TryBot: Tobias Klauser Reviewed-by: Ian Lance Taylor --- src/runtime/pprof/pprof_norusage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime') diff --git a/src/runtime/pprof/pprof_norusage.go b/src/runtime/pprof/pprof_norusage.go index 8de38086c7..ef3cef42bd 100644 --- a/src/runtime/pprof/pprof_norusage.go +++ b/src/runtime/pprof/pprof_norusage.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows +//go:build !unix && !windows package pprof -- cgit v1.3