(length int)
| 182 | } |
| 183 | |
| 184 | func pad(length int) string { |
| 185 | return strings.Repeat(" ", length) |
| 186 | } |
| 187 | |
| 188 | func cleanupDuration(value string) string { |
| 189 | // This is the list of suffixes to remove from the duration if they're not |
no outgoing calls
no test coverage detected