Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个简单的 bash 脚本去构建然后运行二进制文件
go build -o my-binary ./my-binary
有什么方法可以找到我的二进制文件已经是最新版本(没有代码更改)?