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
@@ -4,7 +4,7 @@
package sys
import (
"github.com/shirou/gopsutil/v3/net"
"github.com/shirou/gopsutil/v4/net"
)
func GetTCPCount() (int, error) {