package
1.0.2007
Repository: https://github.com/deatil/go-encoding.git
Documentation: pkg.go.dev

# Functions

Decode decodes morse code in `s` using `alphabet` mapping.
DecodeITU translates international morse code (ITU) to text.
Encode encodes clear text in `s` using `alphabet` mapping.
EncodeITU translates text to international morse code (ITU).
LooksLikeMorse returns true if string seems to be a morse encoded string.