Skip to content

Properties is a Go library for reading and writing properties files.

License

Notifications You must be signed in to change notification settings

obity/properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

properties

GitHub release (latest SemVer) Released API docs Build Go Report Card Lines of code Downloads of releases Languages GitHub go.mod Go version (subdirectory of monorepo) GPL3 licensed

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.

Doc

See this document at GoDoc

Install

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