Files
AynaLivePlayer/pkg/util/time_test.go
aynakeya fd872c1f5b update
2024-04-13 00:59:44 -07:00

11 lines
116 B
Go

package util
import (
"fmt"
"testing"
)
func TestFormatTime(t *testing.T) {
fmt.Println(FormatTime(60 * 60))
}