Go Auto-Recompile and Reload Server on file change

后端 未结 9 931
清酒与你
清酒与你 2020-12-15 22:14

I know AppEngine does this, but I\'m not coding for it.

I tried using Guard from Ruby world, to listen on changes on .go files, and execut

9条回答
  •  被撕碎了的回忆
    2020-12-15 22:42

    A friend wrote a simple Compile Daemon for go, worked like a charm for my own small net/http-projects.

    You can find the repository here: https://github.com/githubnemo/CompileDaemon

提交回复
热议问题