You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeuserWhere[Q sqlite.Filterable] struct {
ID sqlite.WhereMod[Q, int32]
Name sqlite.WhereMod[Q, string]
Email sqlite.WhereMod[Q, string]
CreatedAt sqlite.WhereNullMod[Q, time.Time]
}
when I run : easyjson -all users.bob.go
I got: ./users.bob_easyjson.go:46:8: cannot use generic type userWhere[Q sqlite.Filterable] without instantiation
The text was updated successfully, but these errors were encountered:
In users.bob.go,some code like:
when I run :
easyjson -all users.bob.go
I got:
./users.bob_easyjson.go:46:8: cannot use generic type userWhere[Q sqlite.Filterable] without instantiation
The text was updated successfully, but these errors were encountered: