Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/go/internal/modload/buildlist.go

    			// to avoid making the load queue infinitely long.
    			return
    		}
    
    		loadQueue.Add(func() {
    			summary, err := loadOne(m)
    			if err != nil {
    				return // findError will report the error later.
    			}
    
    			// If the version in m's go.mod file does not support pruning, then we
    			// cannot assume that the explicit requirements of m (added by loadOne)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top