forked from toolshed/abra
		
	docs: fixed typo in functiion comment
This commit is contained in:
		| @ -24,7 +24,7 @@ func RemoveSha(str string) string { | |||||||
| 	return strings.Split(str, "@")[0] | 	return strings.Split(str, "@")[0] | ||||||
| } | } | ||||||
|  |  | ||||||
| // HumanDuration from docker/cli RunningFor() to be accessable outside of the class | // HumanDuration from docker/cli RunningFor() to be accessible outside of the class | ||||||
| func HumanDuration(timestamp int64) string { | func HumanDuration(timestamp int64) string { | ||||||
| 	date := time.Unix(timestamp, 0) | 	date := time.Unix(timestamp, 0) | ||||||
| 	now := time.Now().UTC() | 	now := time.Now().UTC() | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user