We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9e573 commit 6733363Copy full SHA for 6733363
README.md
@@ -16,14 +16,14 @@ go get -u -v github.com/c0de8/bmfmt
16
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
+More structures are in implementation.
+
24
## Usage
25
26
-[API Documentation](https://godoc.org/github.com/c0de8/bmfmt)
+[API Documentation](https://pkg.go.dev/github.com/c0de8/bmfmt?tab=doc)
27
28
[Examples](https://github.com/c0de8/bmfmt/blob/master/examples/main.go)
29
0 commit comments