mirror of
https://github.com/golang/go
synced 2024-11-17 08:14:48 -07:00
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 <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>
This commit is contained in:
parent
ac571a388d
commit
ca26c98351
@ -25,6 +25,7 @@ var knownOS = map[string]bool{
|
|||||||
"openbsd": true,
|
"openbsd": true,
|
||||||
"plan9": true,
|
"plan9": true,
|
||||||
"solaris": true,
|
"solaris": true,
|
||||||
|
"wasip1": true,
|
||||||
"windows": true,
|
"windows": true,
|
||||||
"zos": true,
|
"zos": true,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user