README ¶ Boom Boom expands CIDR ranges into usable IP addresses (broadcast and network ID removed). Usage $ echo 192.168.0.0/24 | boom 192.168.0.1 192.168.0.2 ... 192.168.0.253 192.168.0.254 Installation $ go get -u github.com/leesoh/hacks/boom Thanks This is a paper-thin wrapper around go-cidr, who have done the heavy lifting here. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.