I wrote a simple bash script to go build then run the binary
go build -o my-binary
./my-binary
Is there any way to find that my binary already the latest build (no code change)?
I wrote a simple bash script to go build then run the binary
go build -o my-binary
./my-binary
Is there any way to find that my binary already the latest build (no code change)?