iso8601:用于Go的快速ISO8601日期解析器

时间:2024-02-24 15:17:43
【文件属性】:

文件名称:iso8601:用于Go的快速ISO8601日期解析器

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-24 15:17:43

go fast golang parser json

用于Go的快速ISO8601日期解析器 go get github.com/relvacode/iso8601 Go中内置的RFC3333时间布局过于严格,无法支持任何ISO8601日期时间。 该库将任何ISO8601日期解析为不带正则表达式的本机Go时间对象。 用法 import "github.com/relvacode/iso8601" // iso8601.Time can be used as a drop-in replacement for time.Time with JSON responses type ExternalAPIResponse struct { Tim


【文件预览】:
iso8601-master
----error.go(1KB)
----go.mod(45B)
----iso8601_test.go(6KB)
----.travis.yml(26B)
----LICENSE(1KB)
----json.go(800B)
----README.md(1KB)
----iso8601.go(5KB)
----.gitignore(266B)
----json_test.go(3KB)

网友评论