(origin string)
| 135 | } |
| 136 | |
| 137 | func tempFileName(origin string) string { |
| 138 | return "." + origin + tempFileNameSep + util.RandomString(16, util.LowerLetter|util.UpperLetter) |
| 139 | } |
| 140 | |
| 141 | func formatSimpleTime(time time.Time) string { |
| 142 | return time.UTC().Format("2006-01-02T15:04:05") |
nothing calls this directly
no test coverage detected