We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d77e026 + 0d1b2f3 commit 54a1196Copy full SHA for 54a1196
netstat/netstat_windows.go
@@ -1,5 +1,5 @@
1
-//go:build amd64
2
-// +build amd64
+//go:build amd64 || arm64
+// +build amd64 arm64
3
4
package netstat
5
0 commit comments