Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for statString (2.09 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/start.go

    		return result
    	}
    
    	counter.Open()
    
    	if _, err := os.Stat(telemetry.Default.LocalDir()); err != nil {
    		// There was a problem statting LocalDir, which is needed for both
    		// crash monitoring and counter uploading. Most likely, there was an
    		// error creating telemetry.LocalDir in the counter.Open call above.
    		// Don't start the child.
    		return result
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/query.go

    // newQueryMatcher returns a new queryMatcher that matches the versions
    // specified by the given query on the module with the given path.
    //
    // If the query can only be resolved by statting a non-SemVer revision,
    // newQueryMatcher returns errRevQuery.
    func newQueryMatcher(path string, query, current string, allowed AllowedFunc) (*queryMatcher, error) {
    	badVersion := func(v string) (*queryMatcher, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
Back to top