-
SELECT \* FROM `actor` LIMIT 5
Exec err: sql: Scan error on column index 8: unsupported Scan, storing driver.Value type []uint8 into type *time.Time
```
type Actor struct{
Id int
deleted boo…
-
## Description
We need to implement basic endpoints for user creation and update, as well as image posting.
Note that we only need minimal working routes at the moment for further development, a…
-
I have the following to import but it removes the "is" package
```
f.ImportName("github.com/go-ozzo/ozzo-validation/v4", "validation")
f.ImportAlias("github.com/go-ozzo/ozzo-validation/v4/is", "is"…
-
I've a struct like this :
```
type SubCategoryReq struct {
ProductID int `json:"product_id"`
MerchantID int `json:"merchant_id"`
CategoryID int `json:"ca…
-
The URL validation uses `IsRequestURL` this _looks_ correct, but is really validating it as a URI with a non-empty schema value.
Instead we should be using `isURL`.
I propose that we change the…
-
Hi everyone,
I'm actually wondering if there is any way with go-ozzo to have some details on errors but in a more structured way ?
Let me explain:
Let say I have the following code and an inpu…
-
Hi everyone,
I'm actually wondering if there is any way with go-ozzo to have some details on errors but in a more structured way ?
Let me explain:
Let say I have the following code and an inpu…
-
### What version of Go are you using (`go version`)?
$ go version
1.13.4 (also replicated on the Go Playground)
### Does this issue reproduce with the latest release?
Yes
### What…
-
Hi ,
I am using the Validation package to return the error on the frontend as JSON and it's working great right now it returns the message like this
```
{
"id": "cannot be blank";
"name": "P…
-
Hello everyone,
I'm actually facing an issue regarding the **In()** validation helper. I'm using it to validate a golang enumeration.
Here is my enumeration definition & the Validate() method I de…