gowatch icon indicating copy to clipboard operation
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.

Results 10 gowatch issues
Sort by recently updated
recently updated
newest added

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...

bug

比如 gowatch -args aa=bb 在配置文件gowach.yml 中能够 引用 ${aa} 获取到bb

操作系统:win10 子系统:wsl2 ubuntu 22.4 好像在wsl2中gowatch无法运行我的程序啊 我用go run main.go就可以运行 ![1699703017754](https://github.com/silenceper/gowatch/assets/2550216/366d7e4c-4ec3-4207-b9c6-883808e1a13c) 到./ is running...这一步就不动了 用go run main.go就正常了 ![image](https://github.com/silenceper/gowatch/assets/2550216/be6eb26e-4e96-4a46-a564-71b8df61ed8b)

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特别费内存