Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fileValidity (0.17 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/internal/counter/file.go

    	}
    
    	name = f.namePrefix + now.Format("2006-01-02") + "." + FileVersion + ".count"
    	return name, end, nil
    }
    
    // fileValidity returns the number of days that a file is valid for.
    // It is the number of days to the next day of the week from the 'weekends' file.
    func fileValidity(now time.Time) (int, error) {
    	// If there is no 'weekends' file create it and initialize it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top