2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-27 23:18:40 +00:00

12 lines
151 B
TOML
Raw Normal View History

version = 1
test_patterns = [
"*_test.go"
]
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_path = "github.com/imdario/mergo"