1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-12 16:52:29 +08:00

单独剥离出来一个为windows的,增加RandNumLen为取指定长度随机数.

This commit is contained in:
guanren
2024-10-18 13:23:04 +08:00
parent 1ecb016969
commit fc5ca5e39e
6 changed files with 131 additions and 38 deletions

View File

@@ -619,10 +619,3 @@ func TestChunkRead(t *testing.T) {
assert.Equal("Jim,21,male", lines[1])
}
func TestGetExeDllVersion(t *testing.T) {
v, err := GetExeDllVersion(`C:\Program Files\Tencent\WeChat\WeChat.exe`)
if err != nil {
t.Error(err)
}
t.Log(v)
}