shardnit
shardnit
I am also bumping in the same issue. `ValidateStruct()` method doesn't validate embedded structs. Following is a very simple example to reproduce the befaviour: ``` go package main import (...
Sorry for the false alarm. I should have added `valid` tag for `Address` embedded struct in `User`.
@tommytcchan do you have following in your project's Capfile? ``` ruby require 'capistrano/unicorn' ```
Is there any plan to merge this PR? If not, what would be a proposed way to address this issue? I have the same use-case as @cbyn - Avro message...