Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IPv6unspecified (0.13 sec)

  1. src/net/netip/netip_test.go

    			std:  net.IPv6linklocalallrouters,
    		},
    		{
    			name: "IPv6 loopback",
    			ip:   IPv6Loopback(),
    			std:  net.IPv6loopback,
    		},
    		{
    			name: "IPv6 unspecified",
    			ip:   IPv6Unspecified(),
    			std:  net.IPv6unspecified,
    		},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			want := tt.std.String()
    			got := tt.ip.String()
    
    			if got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
Back to top