diff options
| author | Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> | 2023-03-30 12:14:55 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-04-04 01:45:58 +0000 |
| commit | ca26c9835109f8f3e72bbc069a6361bdf24e271d (patch) | |
| tree | 9f4051e072e4f987576453e0eb16dc56e0764ea3 /src | |
| parent | ac571a388dce20068f6639067789b4fbac9c0e7d (diff) | |
| download | go-ca26c9835109f8f3e72bbc069a6361bdf24e271d.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/internal/modindex/syslist.go | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |
