package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Feb 18, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package main
import (
"fmt"
"github.com/goark/gimei-cli/name"
)
func main() {
fmt.Println(name.New("島根 哲平", "しまね テッペイ"))
}
Output:
&{島根 哲平 シマネ テッペイ しまね てっぺい shimane teppei}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.