From ca26c9835109f8f3e72bbc069a6361bdf24e271d Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Thu, 30 Mar 2023 12:14:55 -0700 Subject: [PATCH] cmd/go: add wasip1 to modindex syslist This was intended to be merged together with changes in CL 479616. For #58141 Change-Id: I76c38d3d4dfee93a1a170e28af28f0c9d6382830 Reviewed-on: https://go-review.googlesource.com/c/go/+/480656 Run-TryBot: Johan Brandhorst-Satzkorn Reviewed-by: Ian Lance Taylor Auto-Submit: Johan Brandhorst-Satzkorn Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Matthew Dempsky --- src/cmd/go/internal/modindex/syslist.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/go/internal/modindex/syslist.go b/src/cmd/go/internal/modindex/syslist.go index 69b8fac331..41adcc5342 100644 --- a/src/cmd/go/internal/modindex/syslist.go +++ b/src/cmd/go/internal/modindex/syslist.go @@ -25,6 +25,7 @@ var knownOS = map[string]bool{ "openbsd": true, "plan9": true, "solaris": true, + "wasip1": true, "windows": true, "zos": true, } -- 2.50.0