malwaremily / network-gopher

Convert from decimal to binary in go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-gopher

Convert from decimal to binary in go.

How to use network-gopher

  1. Replace the number on line 8 in "main.go" to the number you would like to convert.
  2. Run the following command:go run main.go

Future Content

  • Convert program to a command-line tool

  • Decimal to hexadecimal conversion

  • Hexadecimal to binary conversion

  • Binary to decimal conversion

  • Binary to hexadecimal conversion

  • Network calculators

  • Additional network information

About

Convert from decimal to binary in go.

License:MIT License


Languages

Language:Go 100.0%