mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-10 01:02:01 +08:00
8 lines
114 B
Go
8 lines
114 B
Go
package duration
|
|
|
|
import "testing"
|
|
|
|
func TestDate(t *testing.T) {
|
|
res, _ := parseDuration("15h2m10s")
|
|
_ = res
|
|
}
|