chore: apply some linter recommendations.
This commit is contained in:
parent
3b6b50cf63
commit
984cf28e61
37 changed files with 125 additions and 126 deletions
|
|
@ -8,13 +8,13 @@ import "github.com/roddhjav/apparmor.d/pkg/paths"
|
|||
|
||||
var (
|
||||
// AppArmor ABI version
|
||||
ABI uint = 0
|
||||
ABI = 0
|
||||
|
||||
// AppArmor version
|
||||
Version float64 = 4.0
|
||||
Version = 4.0
|
||||
|
||||
// Pkgname is the name of the package
|
||||
Pkgname string = "apparmor.d"
|
||||
Pkgname = "apparmor.d"
|
||||
|
||||
// Root is the root directory for the build (default: .build)
|
||||
Root *paths.Path = paths.New(".build")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue