./morse
Usage of morse:
convert -morse string
morse code to text ex) morse convert -morse '. .- . .-'
convert -text string
Text to morse code ex) morse convert -text 'a b'
go run morse.go convert -text 'abc d' -morse '.- -... -.-. -..'
converted text : .- -... -.-. -..
converted morse code : abc d