Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bindInternal (0.09 sec)

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

    	}
    	return perr
    }
    
    // findInternal looks for the final "internal" path element in the given import path.
    // If there isn't one, findInternal returns ok=false.
    // Otherwise, findInternal returns ok=true and the index of the "internal".
    func findInternal(path string) (index int, ok bool) {
    	// Three cases, depending on internal at start/end of string or not.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top