From: Johan Brandhorst-Satzkorn Date: Thu, 30 Mar 2023 19:14:55 +0000 (-0700) Subject: cmd/go: add wasip1 to modindex syslist X-Git-Tag: go1.21rc1~1059 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ca26c9835109f8f3e72bbc069a6361bdf24e271d;p=gostls13.git 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 --- 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, }