Files
zerocontrol/launch_test.go
2021-04-14 18:58:07 -04:00

11 lines
120 B
Go

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