fix-comment

This commit is contained in:
chyroc 2019-10-20 20:26:59 +08:00
parent 937ae81751
commit 9a80de3090
No known key found for this signature in database
GPG Key ID: 5CEACB2EE6A2FEFA

View File

@ -4,4 +4,5 @@ package gorm
import "errors"
// use go1.13 errors.Is to check is err is target error.
var isError = errors.Is