fix: go linter

This commit is contained in:
Alexandre Pujol 2023-06-18 12:07:45 +01:00
parent a1946aa171
commit dec5a29e19
Failed to generate hash of commit

View file

@ -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(` {`)