morse
morse copied to clipboard
Morse Code Library in Go
**Is your feature request related to a problem? Please describe.** Now, we haven't test for not valid letter. For example, China hieroglyph or Sweden letter. **Describe the solution you'd like**...
Just for information morse code on another language: https://en.wikipedia.org/wiki/Russian_Morse_code
**Is your feature request related to a problem? Please describe.** Now, source code have many convertion []byte to string, string to []byte **Describe the solution you'd like** Using `bytes.Buffer` **Describe...