From 178e22d8c18a1c794bcab30e4d134a33f545dea9 Mon Sep 17 00:00:00 2001 From: nareix Date: Mon, 7 Dec 2015 21:19:23 +0800 Subject: [PATCH] add test --- ts_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ts_test.go diff --git a/ts_test.go b/ts_test.go new file mode 100644 index 0000000..0c6e84b --- /dev/null +++ b/ts_test.go @@ -0,0 +1,11 @@ + +package ts + +import ( + "testing" +) + +func TestPESTsConv(t *testing.T) { + t.Logf("%x", PESTsToUInt(0x123)) +} +