Remove unnecessary use of slice

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

View File

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