7

分享自己用go语言写的properties配置文件读写库,java的朋友应该很熟悉。写godoc 很好...

 2 years ago
source link: https://studygolang.com/articles/35206
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

分享自己用go语言写的properties配置文件读写库,java的朋友应该很熟悉。写godoc 很好的实例

wandercn · 14天之前 · 551 次点击 · 预计阅读时间 1 分钟 · 大约8小时之前 开始浏览    

properties

Properties 是一个用于读写属性文件的Go库。Properties 可保存在流中或从流中加载。 属性列表中每个键及其对应值都是一个字符串。它是线程安全的:多个线程可以共享单个 Properties 对象而无需进行外部同步。

Properties is a Go library for reading and writing properties files. The Properties model represents a persistent set of properties. The Properties can be saved to a stream or loaded from a stream. Each key and its corresponding value in the property list is a string.

It is thread-safe: multiple threads can share a single Properties object without the need for external synchronization.

See this document at GoDoc

Install

go get -u github.com/obity/properties@latest

喜欢的朋友,别忘了给个star支持一下。 是,具体见 https://github.com/obity/properties/blob/main/example_properties_test.go


有疑问加站长微信联系(非本文作者))

280

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:701969077


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK