8000 GitHub - meethigher/hash-it: 轻量级的文件哈希计算工具,支持多种常见的哈希算法
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

meethigher/hash-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash-it

轻量级的文件哈希计算工具,支持多种常见的哈希算法

usage

同步项目依赖

go mod tidy

编译二进制可执行文件

设置环境变量

  • GOOS-操作系统
    • windows
    • linux
    • darwin
  • GOARCH-架构类型
    • amd64
    • arm64
# Windows
go build -o hash-it.exe .
# Linux/MacOS
go build -o hash-it .

使用golang1.20版本,解决windows7出现的runtime.asmstdcall<0x5e0300060009>问题。

针对常见操作系统的兼容性

  • Linux:内核2.6.32及以上
  • Windows:Windows7版本及以后,Windows Server 2008及以后
  • Darwin:macOS 10.13 High Sierra or 10.14 Mojave.

参考Go 1.20 Release Notes - The Go Programming Language

About

轻量级的文件哈希计算工具,支持多种常见的哈希算法

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0