rename convertToStrings -> strTime

This commit is contained in:
aditya-K2
2021-10-17 11:21:26 +05:30
parent a8f6c78461
commit 7ce6def361
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import(
"strconv"
)
func convertToStrings(e float64) string{
func strTime(e float64) string{
a := int(e)
var min, seconds string
if (a/60 < 10){