Combine multiple appends into a single call

This commit is contained in:
shubhendra 2021-02-25 15:19:28 +05:30
parent 675de6fc16
commit 391d0460f5
No known key found for this signature in database
GPG Key ID: 9AFEF5C98D542137

10
.deepsource.toml Normal file
View File

@ -0,0 +1,10 @@
version = 1
test_patterns = ["**/*_test.go"]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/go-gorm/gorm"]