Merge b308dca8dfd572e49cbdc0474d22da80425fbe07 into 23958378a1bfad994c50180c5bf9605d3e23b1b0

This commit is contained in:
Sergey Bronnikov 2018-02-24 15:52:45 +00:00 committed by GitHub
commit 82506ff784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ db.Where(User{Name: "Jinzhu"}).FirstOrCreate(&user)
#### Attrs #### Attrs
Assgin struct with argument if record haven't been found Assign struct with argument if record haven't been found
```go ```go
// Unfound // Unfound