From 7a2aa97cee0f291ac8abe9ee47981d36618f3cc3 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Tue, 3 Aug 2021 18:43:42 -0700 Subject: [PATCH] Fix build with GopherJS 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