go get github.com/cespare/reflex
alias gorun="reflex -r '(\.go$|go\.mod$|\.yaml$)' -s go run"
用gorun 替代 go run
如何让golang也能自动重新编译运行?
原文:https://www.cnblogs.com/futuretea/p/11997839.html