docs: rm date cmd from custom validation demo

This commit is contained in:
Suhas Karanth 2018-03-29 11:04:20 +05:30
parent b308c8b0a9
commit 9de71a5c15

View File

@ -584,9 +584,6 @@ func getBookable(c *gin.Context) {
``` ```
```console ```console
$ date +'%m/%d/%Y'
03/09/2018
$ curl "localhost:8085/bookable?check_in=2018-04-16&check_out=2018-04-17" $ curl "localhost:8085/bookable?check_in=2018-04-16&check_out=2018-04-17"
{"message":"Booking dates are valid!"} {"message":"Booking dates are valid!"}