Skip to content

Commit 54a1196

Browse files
authored
Merge pull request #2 from misha4gps/master
Added support arm64 for netstat_windows.go
2 parents d77e026 + 0d1b2f3 commit 54a1196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netstat/netstat_windows.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build amd64
2-
// +build amd64
1+
//go:build amd64 || arm64
2+
// +build amd64 arm64
33

44
package netstat
55

0 commit comments

Comments
 (0)