darienmiller88
darienmiller88
I have two structs I'm currently trying to link via foreign key: ``` type Child struct{ ID int `pg:",pk"` MyFK int CreatedAt time.Time UpdatedAt time.Time DeletedAt time.Time `pg:",soft_delete"` Base Base...
- [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,...
When attempting to validate a map field using the `.By()` method, the data (in this case an array) passed to the function no longer exists, even when I pass my...
So, I've ran into a rather unique use case that may or may not be supported. Is it possible to validate a string field that is made optional, and if...
I was wondering if this socket.io library was compatible with JavaScript frameworks like React, Vue or Svelte, because JavaScript code written in an HTML file works perfectly fine, but applying...