文件名称:go-humanize:去人类! (单位格式适用于人类友好的尺寸)
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-02 16:37:47
Go
人文单位 仅有的一些功能可帮助人性化时间和规模。 go get github.com/dustin/go-humanize ,将其导入为"github.com/dustin/go-humanize" ,将其用作humanize 。 有关完整的文档,请参见 。 尺码 这样,您就可以将诸如82854982数字转换为有用的字符串,如83 MB或79 MiB (以您喜欢的为准)。 例子: fmt . Printf ( "That file is %s." , humanize . Bytes ( 82854982 )) // That file is 83 MB. 时报 这可以让你把一个time.Time吐出来相对而言。 例如, 12 seconds ago或3 days from now 。 例子: fmt . Printf ( "This was touched %s." , h
【文件预览】:
go-humanize-master
----si_test.go(3KB)
----humanize.go(276B)
----english()
--------words_test.go(2KB)
--------words.go(3KB)
----ordinals.go(371B)
----common_test.go(285B)
----comma.go(2KB)
----.travis.yml(439B)
----number_test.go(2KB)
----ftoa.go(936B)
----commaf.go(745B)
----LICENSE(1KB)
----commaf_test.go(2KB)
----number.go(4KB)
----bigbytes_test.go(5KB)
----comma_test.go(5KB)
----bytes_test.go(4KB)
----times.go(3KB)
----README.markdown(3KB)
----times_test.go(6KB)
----big.go(612B)
----si.go(3KB)
----bytes.go(3KB)
----ordinals_test.go(469B)
----bigbytes.go(4KB)
----ftoa_test.go(3KB)