gopsutil v4

This commit is contained in:
mhsanaei
2024-06-17 21:48:49 +02:00
parent 5036e9e28a
commit 28ede36a10
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ package sys
import (
"errors"
"github.com/shirou/gopsutil/v3/net"
"github.com/shirou/gopsutil/v4/net"
)
func GetConnectionCount(proto string) (int, error) {