/isup

Check if a list of systems are up

Primary LanguageGoGNU General Public License v3.0GPL-3.0

isup

Go Report Card Build Status codecov

Check if systems are running

testing

go test ./... -coverprofile=cover.out -covermode=atomic

go tool cover -func=cover.out

go tool cover -html=cover.out -o cover.html