krconv -- Convert kana-character to roman-alphabet
Convert kana-characters to roman-alphabets (by hepburn romanization)

This package is required Go 1.16 or later.
Import
import "github.com/spiegel-im-spiegel/krconv"
Usage
package krconv_test
import (
"fmt"
"github.com/spiegel-im-spiegel/krconv"
)
func ExampleConvert() {
s := "マツエ テッペイ めっちゃほりでぃ ナンバかげつで まんざい みるんだょっ"
fmt.Println(krconv.Convert(s))
//Output:
//matsue teppei metchahoridei nambakagetsude manzai mirundayotsu
}
Modules Requirement Graph
