Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLookupGmailTXT (0.2 sec)

  1. src/net/lookup_test.go

    			}
    		}
    	}
    }
    
    var lookupGmailTXTTests = []struct {
    	name, txt, host string
    }{
    	{"gmail.com", "spf", "google.com"},
    	{"gmail.com.", "spf", "google.com"},
    }
    
    func TestLookupGmailTXT(t *testing.T) {
    	if runtime.GOOS == "plan9" {
    		t.Skip("skipping on plan9; see https://golang.org/issue/29722")
    	}
    	t.Parallel()
    	mustHaveExternalNetwork(t)
    
    	if runtime.GOOS == "ios" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top