Skip to content

Commit 02e4e2d

Browse files
committed
(fix) add license
1 parent 08f5144 commit 02e4e2d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[![GoDoc](https://godoc.org/github.com/gobigbang/binder?status.svg)](https://godoc.org/github.com/gobigbang/binder)
3-
[![GitHub release](https://img.shields.io/github/release/gobigbang/binder.svg)](https://img.shields.io/github/release/gobigbang/binder.svg)
3+
[![GitHub release](https://img.shields.io/github/release/gobigbang/binder.svg?v0.0.2)](https://img.shields.io/github/release/gobigbang/binder.svg?v0.0.2)
44
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gobigbang/binder/master/LICENSE)
55

66
# HTTP BINDER
@@ -199,3 +199,8 @@ Each supported type has the following methods:
199199
- `Must<Type>s("param", &destination)` - (for slices) parameter value is required to exist, binds it to given destination of that type i.e `MustInt64s(...)`.
200200

201201
For certain slice types `BindWithDelimiter("param", &dest, ",")` supports splitting parameter values before type conversion is done. For example binding an integer slice from the URL `/api/search?id=1,2,3&id=1` will result in `[]int64{1,2,3,1}`.
202+
203+
204+
## License
205+
206+
MIT License

0 commit comments

Comments
 (0)