Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 413 Bytes

🌐 Calip - WIP

Calip is a CLI tool to deal with networking stuff such as conversion of ip addresses in binary format. It's a project for practicing my Go skills so there's nothing really fancy, just me learning...

📔 Features

  • Convert each byte of an IPv4 into binary

🔨 Building

You can build it using go:

$ go build .

Or you can build it with nix:

$ nix build .#