8 lines
104 B
Go
8 lines
104 B
Go
package net_utils
|
|
|
|
import (
|
|
common_utils "nettools/common"
|
|
)
|
|
|
|
type IPortRange common_utils.IRange[int]
|