Skip to content

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

 
 
 

Contributors

Languages