optimisation and cleanup!

This commit is contained in:
mellodoot 2022-10-13 14:52:10 +01:00
parent c059111465
commit 641ef2d77e
5 changed files with 280 additions and 189 deletions

View file

@ -1,7 +1,7 @@
# ipaddrgen 👩‍💻
### the funny ip address generator
a small cli program written in go that generates random ip addresses and "does things" to them. (often very slowly)
a small cli program written in go that generates random ip addresses and "does things" to them.
**Q:** *"why would you make this?"*
@ -26,6 +26,8 @@ windows: `go build -o ./bin/ipaddrgen.exe ./src`
linux/mac: `go build -o ./bin/ipaddrgen ./src`
*alternatively, just run it with `go run ./src`*
---
enjoy! ❤