optimisation and cleanup! ✨
This commit is contained in:
parent
c059111465
commit
641ef2d77e
5 changed files with 280 additions and 189 deletions
|
@ -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! ❤
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue