Skip to content

Get a free and open tcp port that is ready to use

License

Notifications You must be signed in to change notification settings

go-zoox/get-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetPort - Get a free and open tcp port that is ready to use

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get -u github.com/go-zoox/get-port

Quick Start

package main

import (
	"fmt"
	"net/http"

	"github.com/go-zoox/get-port"
)

func main() {
	fmt.Println("Get a free port:", getport.MustGetPort())
}

Inspiration

License

GoZoox is released under the MIT License.

About

Get a free and open tcp port that is ready to use

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages