Skip to content

Commit adab3d6

Browse files
committed
[common-go] Change cgroup package name
1 parent 33a7a97 commit adab3d6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

components/common-go/cgroups/v1/cpu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package v1
5+
package cgroups_v1
66

77
import (
88
"path/filepath"

components/common-go/cgroups/v1/memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package v1
5+
package cgroups_v1
66

77
import (
88
"path/filepath"

components/common-go/cgroups/v2/cpu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package v2
5+
package cgroups_v2
66

77
import (
88
"math"

components/common-go/cgroups/v2/cpu_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package v2
5+
package cgroups_v2
66

77
import (
88
"fmt"

components/common-go/cgroups/v2/io.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package v2
5+
package cgroups_v2
66

77
import (
88
"path/filepath"

components/common-go/cgroups/v2/memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package v2
5+
package cgroups_v2
66

77
import (
88
"path/filepath"

0 commit comments

Comments
 (0)