morse icon indicating copy to clipboard operation
morse copied to clipboard

Morse Code Library in Go

Results 5 morse issues
Sort by recently updated
recently updated
newest added

**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**...

bug
help wanted
test-fix

Just for information morse code on another language: https://en.wikipedia.org/wiki/Russian_Morse_code

enhancement
help wanted

**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...