1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Fix naming convention issues on common name packages.

This commit is contained in:
barbacbd
2025-12-02 14:31:48 -05:00
parent 85acb4d49e
commit 1a338cf729
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package common
package common //nolint:revive
import (
"context"

View File

@@ -1,4 +1,4 @@
package common
package common //nolint:revive
import (
"errors"

View File

@@ -1,4 +1,4 @@
package utils
package utils //nolint:revive
import (
"encoding/hex"