Go 02 - Parse command line flags
A go program to convert temperatures from and to Fahrenheit using command line flags.
Simple Program
A simple program that allows you to convert temperatures between Fahrenheit and Celsius using command line flags:
package main
import (
"fmt"
...
code-harmony.hashnode.dev2 min read