arraycoder:shopify的sarama字符串数组的编码器和解码器

时间:2024-06-23 10:35:56
【文件属性】:

文件名称:arraycoder:shopify的sarama字符串数组的编码器和解码器

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-23 10:35:56

Go

阵列编码器 shopify 的 sarama 字符串数组的编码器和解码器。 使用简单、方便且快速。 ####安装: go get github.com/LeeQY/arraycoder ####编码 s := arraycoder. ArrayEncoder { "hello" , "你好" } //sarama producer msg := & sarama. ProducerMessage { Topic : "test" , Value : s } ####解码 arr := arraycoder . Decode ( b )


【文件预览】:
arraycoder-master
----.gitignore(266B)
----arraycoder_test.go(398B)
----README.md(354B)
----arraycoder.go(622B)

网友评论