Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for latestReport (0.1 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/internal/upload/reports.go

    			todo.readyfiles = append(todo.readyfiles, fname)
    		}
    	}
    	return todo.readyfiles, nil
    }
    
    // latestReport returns the YYYY-MM-DD of the last report uploaded
    // or the empty string if there are no reports.
    func latestReport(uploaded map[string]bool) string {
    	var latest string
    	for name := range uploaded {
    		if strings.HasSuffix(name, ".json") {
    			if name > latest {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top