Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testminio (0.48 sec)

  1. src/cmd/go/internal/load/test.go

    		if err != nil && pmain.Error == nil {
    			pmain.Error = &PackageError{Err: err}
    			pmain.Incomplete = true
    		}
    		// Set TestmainGo even if it is empty: the presence of a TestmainGo
    		// indicates that this package is, in fact, a test main.
    		pmain.Internal.TestmainGo = &data
    	}
    
    	if done != nil {
    		go func() {
    			parallelizablePart()
    			done()
    		}()
    	} else {
    		parallelizablePart()
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top