gowatch
gowatch copied to clipboard
🚀 gowatch is a command line tool that builds and (re)starts your go project everytime you save a Go or template file.
If I do go get for this package, I get the error shown below. This was working until recently. ``` ❯ docker run -ti --entrypoint /bin/sh golang:1.14.2-alpine /go # apk...
大部分时间我们都是在debug,而不是构建代码
The project I'm working on has many branches that at some point are going to be merged to master, and whenever I switch branches with the application running it starts...
比如 gowatch -args aa=bb 在配置文件gowach.yml 中能够 引用 ${aa} 获取到bb
操作系统:win10 子系统:wsl2 ubuntu 22.4 好像在wsl2中gowatch无法运行我的程序啊 我用go run main.go就可以运行  到./ is running...这一步就不动了 用go run main.go就正常了 
感谢作者
If i add a replace directive to the go mod, why does it not recompile? It'd make sense to have a flag for this, or to automatically do that, instead...
可以做个Docker容器,或者完善一下Docker部分的文档(方便一下使用docker作为开发的开发者呗),这里放一个我自己用的dockerfile供参考( 感谢作者啦! ```dockerfile # Use Dockerfile to Build Dev Environment(support hot reload) # Base image FROM golang:1.22 # Set the working directory # -------------------- WORKDIR /app # COPY file #...
目前:在build时, GOGC强制设置为false。 预期:可以通过配置文件将GOGC设置为打开,因为有的时候go build不开GOGC特别费内存