We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b1ea1 commit ed13ad1Copy full SHA for ed13ad1
README.md
@@ -7,3 +7,11 @@ The Properties model represents a persistent set of properties. The Properties c
7
8
It is thread-safe: multiple threads can share a single Properties object without the need for external synchronization.
9
10
+# Doc
11
+
12
+See this document at [GoDoc](https://pkg.go.dev/github.com/obity/properties)
13
14
+# Install
15
16
+ go get -u github.com/obity/properties@latest
17
0 commit comments