Skip to content

Commit

Permalink
update api doc link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
C0DE8 committed May 11, 2020
1 parent 6c9e573 commit 6733363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ go get -u -v github.com/c0de8/bmfmt

## Supported Structures

Currently ``github.com/c0de8/bmfmt`` support the following map structures:

- map[string]string
- map[string][]string

More structures are in implementation.

## Usage

[API Documentation](https://godoc.org/github.com/c0de8/bmfmt)
[API Documentation](https://pkg.go.dev/github.com/c0de8/bmfmt?tab=doc)

[Examples](https://github.com/c0de8/bmfmt/blob/master/examples/main.go)

Expand Down

0 comments on commit 6733363

Please sign in to comment.