Skip to content

Package cjknum implements conversions to the CJK numeric string representations of integer.

License

Notifications You must be signed in to change notification settings

ryo-endo/cjknum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cjknum

CircleCI Coverage Status

Description

Package cjknum implements conversions to the CJK numeric string representations of integer.

Installation

% go get github.com/ryo-endo/cjknum

Usage

import "cjknum"

s := cjknum.Itoc(12345)
log.Println(s) // 一万二千三百四十五

Author

ryo-endo

About

Package cjknum implements conversions to the CJK numeric string representations of integer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages