santhosh H
santhosh H
if root = {a : {b : 123}} and path=["a","b","c"] previously available code would crash. `Cannot use 'in' operator to search for 'c' in 123`
- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [x] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...
I would like to access FTP server using ipv6 tried using listen_ipv6 and listen_address6 but getting the error as server as exited with error code 0. Ipv6 is enabled on...