Versions in this module Expand all Collapse all v1 v1.0.1 Oct 14, 2022 Changes in this version + func AllocatePorts(count int) ([]string, error) + func GetFreePort() (port int, err error) + func GetUnUsedPort(host string, num, min, max int) []int v1.0.0 Jun 2, 2022 Changes in this version + func ScanPort(protocol string, hostname string, port int, timeout time.Duration) bool