This is a Command Line Based Currency Converter and calculator with budget tracker and phonebook included, written in GoLang
go build curr-nd-calc.go
./curr-nd-calc -from=USD -to=INR
go build curr-nd-calc.go
./curr-nd-calc -from=USD -to=all
go build curr-nd-calc.go
./curr-nd-calc -calc=3*(1+2(3*4)-22)
go build curr-nd-calc.go
./curr-nd-calc -cont=JohnDoe,9876543210,MyDad
▶️ ▶️ Lets say that I have spent $234 in laptop service, This is expenditure so " - " (minus) sign will be specified
go build curr-nd-calc.go
./curr-nd-calc -fin=234,laptop service,-
▶️ ▶️ If I have got $234 as loan from a friend, This is return so " + " (plus) sign will be specified
go build curr-nd-calc.go
./curr-nd-calc -fin=234,loanfromfriend,+
go build curr-nd-calc.go
./curr-nd-calc -finres=y