Skip to content

sw-jesuscaceres/golang-temperature-converter-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter CLI

Converts temperature between Fahrenheit and Celsius.

Usage

Compile with go build -o temp.

Then, invoke the binary passing as argument the unit of temperature we want to convert from. For example:

./temp C to convert from Celsius to Fahrenheit or ./temp F to convert from Fahrenheit to Celsius.

About

Build a Temperature Converter CLI in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 97.0%
  • Dockerfile 3.0%