Fix config example

This commit is contained in:
nxshock 2023-03-19 12:40:38 +05:00
parent 8e1c69fdea
commit 89c481f95d

View File

@ -4,7 +4,7 @@ StopOnAnyError = false
[Logger] [Logger]
MinimalLogLevel = 1 MinimalLogLevel = 1
[[Masks]] [[Patterns]]
Path = "/home/user/go/src" Path = "/home/user/go/src"
FileNamePatternList = ["*.go", "go.mod", "go.sum"] FileNamePatternList = ["*.go", "go.mod", "go.sum"]
Recursive = true Recursive = true