Skip to content

ushios/gengo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages