Files
TorClientApp/clientapp_test.go
2022-01-04 17:44:12 -05:00

10 lines
103 B
Go

package torclientapp
import (
"testing"
)
func TestJavaOutput(t *testing.T) {
t.Log(Generator())
}