]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add wasip1 to modindex syslist
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Thu, 30 Mar 2023 19:14:55 +0000 (12:14 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 4 Apr 2023 01:45:58 +0000 (01:45 +0000)
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 <johan.brandhorst@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/go/internal/modindex/syslist.go

index 69b8fac331e57dbb9ea69d5730babd0c8baff5d6..41adcc5342d1ed0c8f358a3f778823ab090ac1ef 100644 (file)
@@ -25,6 +25,7 @@ var knownOS = map[string]bool{
        "openbsd":   true,
        "plan9":     true,
        "solaris":   true,
+       "wasip1":    true,
        "windows":   true,
        "zos":       true,
 }