Go 程序热编译工具,提升开发效率
通过监听当前目录下的相关文件变动,进行实时编译
安装完成之后,即可使用gowatch命令,在当前文件执行
gowatch
大部分情况下,不需要更改配置,直接执行gowatch命令就能满足的大部分的需要,但是也提供了一些配置用于自定义,在执行目录下创建gowatch.yml文件,支持的配置如下:
gowatch.yml
🚀 gowatch is a command line tool that builds and (re)starts your go project everytime you save a Go or template file. — Read More
`单行代码`