name

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Name

type Name struct {
	Name     string
	Katakana string
	Hiragana string
	Roman    string
}

func New

func New(name, katakana string) *Name
Example
package main

import (
	"fmt"

	"github.com/goark/gimei-cli/name"
)

func main() {
	fmt.Println(name.New("島根 哲平", "しまね テッペイ"))
}
Output:

&{島根 哲平 シマネ テッペイ しまね てっぺい shimane teppei}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL