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

10 lines
128 B
Go

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