Skip to content

Commit

Permalink
Fixed #99
Browse files Browse the repository at this point in the history
  • Loading branch information
asaskevich committed Mar 20, 2016
1 parent eade2cb commit 5208815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -150,7 +150,7 @@ type User struct {
LastName string
}

str, _ := govalidator.ToString(&User{"John", "Juan"})
str := govalidator.ToString(&User{"John", "Juan"})
println(str)
```
###### Each, Map, Filter, Count for slices
Expand Down Expand Up @@ -290,4 +290,3 @@ If you do have a contribution for the package feel free to put up a Pull Request
* [Simon ccl1115](https://github.com/ccl1115)

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/asaskevich/govalidator/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 5208815

Please sign in to comment.