Skip to content

Commit d77a1ad

Browse files
committed
Merge branch 'master' of https://github.com/germesdev/gorm
2 parents f394b96 + 31d1ece commit d77a1ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

model_struct.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ type ModelStruct struct {
4646
StructFields []*StructField
4747
ModelType reflect.Type
4848
defaultTableName string
49+
<<<<<<< HEAD
4950
l *sync.RWMutex
51+
=======
52+
l sync.Mutex
53+
>>>>>>> 31d1ecea108316629ddea1aebf23d5e5626f422e
5054
}
5155

5256
// TableName get model's table name

0 commit comments

Comments
 (0)