This commit is contained in:
nareix 2015-12-07 21:19:23 +08:00
parent b929b7a5eb
commit 178e22d8c1

11
ts_test.go Normal file
View File

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