
https://github.com/imdario/mergo/compare/v0.3.13...v1.0.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
12 lines
142 B
TOML
12 lines
142 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"*_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_path = "dario.cat/mergo" |