Skip to content

Simple exercise to encode ip addresses into 32-bit integers in Golang

Notifications You must be signed in to change notification settings

khier996/ip_address_encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Simple exercise to encode ip addresses into 32-bit integers in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages