We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886d7f7 commit 8125cd0Copy full SHA for 8125cd0
internal/version/signal_unix.go
@@ -2,8 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris
6
-// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris
+//go:build aix || darwin || dragonfly || freebsd || js || linux || netbsd || openbsd || solaris || wasip1
+// +build aix darwin dragonfly freebsd js linux netbsd openbsd solaris wasip1
7
8
package version
9
0 commit comments