joy4/format/ts/ts_test.go
2016-07-02 06:01:34 +08:00

10 lines
106 B
Go

package ts
import (
"testing"
)
func TestPESTsConv(t *testing.T) {
t.Logf("%x", PESTsToUInt(0x123))
}