air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.53k stars 779 forks source link

Checksum of binary file #419

Open cndaniellee opened 1 year ago

cndaniellee commented 1 year ago

Save the checksum of the binary file after the project is compiled, and check it the next time you start Air to avoid repeated builds (very critical when used in a Docker container, to avoid building a large number of projects at the same time when Docker restarts)