package
1.4.0
Repository: https://github.com/aponiatowski/gossh.git
Documentation: pkg.go.dev

# Functions

RunAllServers As the function implies, this will run all servers concurrently.
RunGroups This will run servers concurrently and groups sequentially.
RunSequentially Function for running everything sequentially, this will be the default behaviour.

# Variables

OSSwitcher a much needed var between main and sshlib.

# Structs

ParsedData Parsing data to struct to cleanup some code.
Switches For checking what CLI option was used and run the appropriate functions.