nettools/net/net.go

8 lines
104 B
Go
Raw Normal View History

2024-11-12 08:10:09 +00:00
package net_utils
import (
common_utils "nettools/common"
)
type IPortRange common_utils.IRange[int]