# jing-go first steps in golang, implemented a little ping tool with something missing most ping implementations: - json output - target list # usage jing one host ./jing -t 127.0.0.1 jing a list of hosts ./jing -T targets.txt jing a list of hosts with json output ./jing -T targets.txt -J # happy jing