文件名称:zeroformatter:golang版本zeroformatter
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-07 19:08:28
go golang serializer zeroformatter Go
零格式器 golang版本 用法 安装 go get github.com/shamaton/zeroformatter 如何使用 简单使用 package main; import ( "github.com/shamaton/zeroformatter" "log" ) func main () { type Struct struct { String string } h := Struct { String : "zeroformatter" } d , err := zeroformatter . Serialize ( h ) if err != nil { log . Fatal ( err ) } r := Struct {} err = zeroformatter . Deserialize ( & r , d ) if err !
【文件预览】:
zeroformatter-master
----datetimeoffset()
--------datetimeoffset.go(306B)
----deserialize.go(8KB)
----serialize.go(10KB)
----.gitignore(288B)
----README.md(2KB)
----zf_delay_test.go(5KB)
----read.go(517B)
----LICENSE(1KB)
----char()
--------char.go(74B)
----deserialize_delay.go(4KB)
----zf_test.go(15KB)
----.travis.yml(295B)
----write.go(2KB)