Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WFI (0.03 sec)

  1. src/net/http/fs_test.go

    		t.Logf("expected %q, got %q", "Hello world", s)
    	}
    }
    
    func TestDirJoin(t *testing.T) {
    	if runtime.GOOS == "windows" {
    		t.Skip("skipping test on windows")
    	}
    	wfi, err := os.Stat("/etc/hosts")
    	if err != nil {
    		t.Skip("skipping test; no /etc/hosts file")
    	}
    	test := func(d Dir, name string) {
    		f, err := d.Open(name)
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top