Skip to content

Commit

Permalink
[common-go] Change cgroup package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto committed Oct 14, 2022
1 parent fa5d568 commit 638f6b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/common-go/cgroups/v1/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.

package v1
package cgroups_v1

import (
"path/filepath"
Expand Down
2 changes: 1 addition & 1 deletion components/common-go/cgroups/v1/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.

package v1
package cgroups_v1

import (
"path/filepath"
Expand Down
2 changes: 1 addition & 1 deletion components/common-go/cgroups/v2/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.

package v2
package cgroups_v2

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion components/common-go/cgroups/v2/cpu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.

package v2
package cgroups_v2

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion components/common-go/cgroups/v2/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.

package v2
package cgroups_v2

import (
"path/filepath"
Expand Down
2 changes: 1 addition & 1 deletion components/common-go/cgroups/v2/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.

package v2
package cgroups_v2

import (
"path/filepath"
Expand Down

0 comments on commit 638f6b3

Please sign in to comment.