Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hjorth (0.66 sec)

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

    				// "module m/v2", then we return "m/p".
    				if mpath == path[:j] {
    					return path[:i] + path[j:]
    				}
    				// Otherwise just return the original path.
    				// We didn't find anything worth rewriting,
    				// and the go.mod indicates that we should
    				// not consider parent directories.
    				return path
    			}
    		}
    		limit = i
    	}
    	return path
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	    Configure the invocation of "go vet" during "go test"
    //	    to use the comma-separated list of vet checks.
    //	    If list is empty, "go test" runs "go vet" with a curated list of
    //	    checks believed to be always worth addressing.
    //	    If list is "off", "go test" does not run "go vet" at all.
    //
    // The following flags are also recognized by 'go test' and can be used to
    // profile the tests during execution:
    //
    //	-benchmem
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top