8 lines
126 B
Go
8 lines
126 B
Go
package netUtils
|
|
|
|
import (
|
|
common_utils "git.mic.pp.ua/anderson/nettools/common"
|
|
)
|
|
|
|
type IPortRange common_utils.IRange[int]
|