Weichang Zha
Results
11
comments of
Weichang Zha
Yes, I believe this feature is reasonable and would improve readability in many conditional query cases. Here’s a simple and idiomatic implementation of `When` as a method on `*gorm.DB`: ```go...