gopsutil v4

This commit is contained in:
mhsanaei
2024-06-18 13:40:08 +02:00
parent e5eb237114
commit 19b197154a
6 changed files with 4 additions and 7 deletions

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) {