moby--moby/pkg/dmesg/dmesg_linux_test.go

10 lines
175 B
Go

package dmesg // import "github.com/docker/docker/pkg/dmesg"
import (
"testing"
)
func TestDmesg(t *testing.T) {
t.Logf("dmesg output follows:\n%v", string(Dmesg(512)))
}