Files
AynaLivePlayer/util/time_test.go
2022-06-21 13:02:22 -07:00

11 lines
116 B
Go

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