rename cgroup

This commit is contained in:
andrey
2024-04-06 16:39:58 +03:00
parent 29b2760db4
commit 8b84c4b1df
6 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
package cgroups
package cgroup
import "fmt"

View File

@@ -1,6 +1,6 @@
// Code generated by "stringer -type=Controller -linecomment"; DO NOT EDIT.
package cgroups
package cgroup
import "strconv"

View File

@@ -1,4 +1,4 @@
package cgroups
package cgroup
import (
"context"

View File

@@ -1,4 +1,4 @@
module gitoa.ru/go-4devs/otel/cgroups
module gitoa.ru/go-4devs/otel/cgroup
go 1.22.2

View File

@@ -1,4 +1,4 @@
package cgroups
package cgroup
func Version() string {
return "0.0.1"