/network-gopher

Convert from decimal to binary in go.

Primary LanguageGoMIT LicenseMIT

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