Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 180 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 180 Bytes

This is a simple tool for encoding IPv4 strings into 32-bit integers.

To compile run: $ go build

To run the program: $ IP_ADDRESS='some_ip_string' ./amino

To run tests: go test