mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix: go linter
This commit is contained in:
parent
a1946aa171
commit
dec5a29e19
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ var Builds = []BuildFunc{
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
regABI = regexp.MustCompile(`abi <abi/[0-9.]*>,\n`)
|
|
||||||
regAttachments = regexp.MustCompile(`(profile .* @{exec_path})`)
|
regAttachments = regexp.MustCompile(`(profile .* @{exec_path})`)
|
||||||
regFlag = regexp.MustCompile(`flags=\(([^)]+)\)`)
|
regFlag = regexp.MustCompile(`flags=\(([^)]+)\)`)
|
||||||
regProfileHeader = regexp.MustCompile(` {`)
|
regProfileHeader = regexp.MustCompile(` {`)
|
||||||
|
|
Loading…
Reference in a new issue