Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for osusergo (0.12 sec)

  1. src/cmd/dist/test.go

    	}
    
    	if t.race {
    		return
    	}
    
    	// Test the os/user package in the pure-Go mode too.
    	if !t.compileOnly {
    		t.registerTest("os/user with tag osusergo",
    			&goTest{
    				variant: "osusergo",
    				timeout: 300 * time.Second,
    				tags:    []string{"osusergo"},
    				pkg:     "os/user",
    			})
    		t.registerTest("hash/maphash purego implementation",
    			&goTest{
    				variant: "purego",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top