Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 3897293

Browse files
dmitshurrwg
authored andcommitted
internal/version: add wasip1 support
Mirror what CL 479621 applied to cmd/go/internal/base/signal_unix.go. For golang/go#58141. Updates golang/go#36976. Change-Id: I1c625e7d47433e69c00669a3c27dfa34ad45954a Reviewed-on: https://go-review.googlesource.com/c/dl/+/540220 Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent d9f65cb commit 3897293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/signal_unix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris
6-
// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris
5+
//go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris || wasip1
6+
// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris wasip1
77

88
package version
99

0 commit comments

Comments
 (0)