Junaid Islam

Results 7 comments of Junaid Islam

I went through the issue. @nf-brentsaner is right about the fact that socket can mean many things(tcp, uds, etc). So it probably will not be a good idea to name...

Okay so I was working to create a new UDS validate tag. I ran into some interesting questions. ```go // IsSocket checks if the given file path exists and is...

@nf-brentsaner Thanks for the insight. I absolutely agree with you. Based on our discussion I propose we add 2 validation tags 1. uds_path -> This just checks if the file...

Hi I would like to work on this issue. Can someone kindly assign this to me?

I was able to reproduce the issue with the example code. I think the issue is with this part of the code https://github.com/go-playground/validator/blob/master/baked_in.go#L1856-L1857 There is no check for nil value...

@nodivbyzero kindly take a look and let me know if I need to change anything else