Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-18 | feat(ipconverter): add a tool to convert IPv4 to int and vice-versa | Franck Cuny | 4 | -0/+120 | |
It's sometimes useful to store IPv4 addresses as an integer. This tool helps with the conversion, and also does the reverse conversion. ``` % go run . int |