From 4d08435ddcfb75cd30b589be41d7e654b6f8a794 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Fri, 27 Aug 2021 00:24:49 -0700 Subject: [PATCH] Fix build with GopherJS (#406) Signed-off-by: Christian Stewart --- proc_maps.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proc_maps.go b/proc_maps.go index 1d7772d51..8425e3082 100644 --- a/proc_maps.go +++ b/proc_maps.go @@ -12,6 +12,7 @@ // limitations under the License. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris +// +build !js package procfs