Categorygithub.com/getlantern/waitforserver
modulepackage
1.0.1
Repository: https://github.com/getlantern/waitforserver.git
Documentation: pkg.go.dev

# README

waitforserver Travis CI Status Coverage Status GoDoc

package waitforserver provides a function to wait for a server at given address.

# Functions

WaitForServer waits for a TCP server to start at the given address, waiting up to the given limit and reporting an error if the server didn't start within the time limit.