nettools/net/net.go

8 lines
126 B
Go
Raw Permalink Normal View History

2024-11-12 10:08:08 +00:00
package netUtils
2024-11-12 08:10:09 +00:00
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]