dns_test.go 75 B

1234567
  1. package setup
  2. import "testing"
  3. func TestGetIp(t *testing.T) {
  4. getIp()
  5. }