Skip to content

Commit 6c9e573

Browse files
committed
add supported map structures to README.md
1 parent b91adb8 commit 6c9e573

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ go get -u -v gopkg.in/c0de8/bmfmt.v0
1414
go get -u -v github.com/c0de8/bmfmt
1515
```
1616

17+
## Supported Structures
18+
19+
Currently ``github.com/c0de8/bmfmt`` support the following map structures:
20+
21+
- map[string]string
22+
- map[string][]string
23+
1724
## Usage
1825

1926
[API Documentation](https://godoc.org/github.com/c0de8/bmfmt)

0 commit comments

Comments
 (0)