GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Added nested struct validation #128

Open aneshas opened 8 years ago

aneshas commented 8 years ago

Added nested struct validation and more descriptive req error message. Closes #107

Signed-off-by: Anes Hasicic anes.hasicic@gmail.com

campoy commented 8 years ago

This is pretty good, but please add tests and address my comments.

Thanks!

aneshas commented 8 years ago

@campoy Thanks, yes I will add tests