mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-10 00:29:01 +02:00
12 lines
96 B
Go
12 lines
96 B
Go
// +build linux
|
|
|
|
package cpu
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestCGroup(t *testing.T) {
|
|
// TODO
|
|
}
|