Apply goimports' modifications
This commit is contained in:
@@ -25,6 +25,7 @@ type User struct {
|
||||
type Seller struct {
|
||||
Id int
|
||||
}
|
||||
|
||||
func TestRegisterModelWithPrefix(t *testing.T) {
|
||||
RegisterModelWithPrefix("test", &User{}, &Seller{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user