Goemon works great - https://github.com/mattn/goemon
On Tuesday, July 26, 2016 at 2:36:18 AM UTC+9, KLR wrote:
>
> Hi, is there a nodemon style tool for go (or less bulky) or has anyone a
> recommendation for server restart after code changes bash script for that
> and watching several files .go
Gin works for me ;)
https://github.com/codegangsta/gin
On Tue, Jul 26, 2016 at 1:42 PM, KLR wrote:
>
> thanks Daniel, also found https://github.com/JonahBraun/wago which is
> doing the job nicely
>
>
> El lunes, 25 de julio de 2016, 19:36:18 (UTC+2), KLR escribió:
>>
>> Hi, is there a nodemon s
thanks Daniel, also found https://github.com/JonahBraun/wago which is doing
the job nicely
El lunes, 25 de julio de 2016, 19:36:18 (UTC+2), KLR escribió:
>
> Hi, is there a nodemon style tool for go (or less bulky) or has anyone a
> recommendation for server restart after code changes bash scri
If you are looking for a file watch tool where you can do those things, you
could look at modd:
https://github.com/cortesi/modd#quick-start
On Monday, July 25, 2016 at 10:36:18 AM UTC-7, KLR wrote:
>
> Hi, is there a nodemon style tool for go (or less bulky) or has anyone a
> recommendation for