package zerocontrol import ( "testing" ) func TestWriteTBZ(t *testing.T) { str := loopbackInterface() t.Log(str) }