Andeya
Andeya
You should use `go mod`
rename to github.com/andeya/ameda
The test just like this: ```go type Stat struct { Uri string `db:"uri"` Total int64 `db:"total"` CreatedAt int64 `db:"created_at"` } func TestDBConn(t *testing.T) { conn, err := db.Conn(context.Background()) if err...
Cannot be null when binding parameters: ```go IsVisible bool `json:"isVisible,required"` ``` Value can not be nil when validating: ```go IsVisible *bool `json:"isVisible" vd:"$!=nil"` ```
I have the exact same problem now with my Intel MacBook.
@jbaublitz Yes, it is the same requirement, but the implementation is more in line with Rust specifications and more complete and reliable than that of #84.
@jbaublitz After waiting for a long time without result, I have independently published it to [getset2](https://crates.io/crates/getset2). cc https://github.com/jbaublitz/getset/pull/84