Go Auto-Recompile and Reload Server on file change

后端 未结 9 915
清酒与你
清酒与你 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 23:06

    You can also try out Gin by Codegangsta. It's fire and forget.

    https://github.com/codegangsta/gin

    EDIT: I prefer CompileDaemon nowadays. Gin sometimes won't accept requests

提交回复
热议问题