Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.09 KB

ushios/gengo

Build Status Coverage Status FOSSA Status

Get gengo

Instalation

$ go get github.com/ushios/gengo

Documentation

GoDoc

Examples

g := gengo.Now()

fmt.Println(g)
// Output:
// 平成
t, _ := time.Parse("2006-01-02 15:04:05 -0700", "1912-07-29 23:59:59 +0900")
g := gengo.At(t)

fmt.Println(g)
// Output:
// 明治

License

FOSSA Status