11 lines
120 B
Go
11 lines
120 B
Go
package zerocontrol
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestWriteTBZ(t *testing.T) {
|
|
str := loopbackInterface()
|
|
t.Log(str)
|
|
}
|