Print all IPs from 1 to 255
A simple go tool that prints the IP addresses from 1 to 255
paip 127.0.0.1
echo '127.0.0.1' | paip
Simply use go build to build from binnary and set it up in your $GOPATH
for example:
go build .\paip.go
Copy/Move to your defalt go path
mv paip.exe \go\bin

