github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/pkg/dmesg/dmesg_linux_test.go (about) 1 package dmesg // import "github.com/demonoid81/moby/pkg/dmesg" 2 3 import ( 4 "testing" 5 ) 6 7 func TestDmesg(t *testing.T) { 8 t.Logf("dmesg output follows:\n%v", string(Dmesg(512))) 9 }