nettools/net/net.go

8 lines
127 B
Go
Raw Normal View History

2024-11-12 08:10:09 +00:00
package net_utils
import (
2024-11-12 08:59:34 +00:00
common_utils "git.mic.pp.ua/anderson/nettools/common"
2024-11-12 08:10:09 +00:00
)
type IPortRange common_utils.IRange[int]