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