Rodrigo Odhin
Results
1
issues of
Rodrigo Odhin
Hello everyone! I've created a model with self-reference field but it's not working as expected. My model: ``` type Category struct { db.Model Name string `json:"name" bun:",notnull,unique"` Description string `json:"description"`...