Skip to content

forever2077/device-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

根据设备生成唯一ID

go run main.go

Window平台交叉编译

./build.bat

编译参数为 -ldflags="-s -w"

image.png

编译后执行文件压缩体积

upx -9 deviceId_windows_amd64.exe

各平台可执行文件

output
 ├── deviceId_darwin_amd64
 ├── deviceId_linux_amd64
 └── deviceId_windows_amd64.exe

About

Generate a unique ID based on the device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published