refractor(build): move os check as an internal build pkg.

This commit is contained in:
Alexandre Pujol 2024-03-25 22:36:31 +00:00
parent ac935ce81c
commit b6aed5cd8d
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package util
package cfg
import (
"os"

View File

@ -1,8 +1,8 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
package util
package cfg
import (
"reflect"