gin icon indicating copy to clipboard operation
gin copied to clipboard

Live reload utility for Go web servers

Results 88 gin issues
Sort by recently updated
recently updated
newest added

As discussed in #15, it would be great if gin can skip directories, so assets wouldn't get scanned.

I guet sporadic test-failures (with the same code) due to race conditions when reading the output of the started command. I had this problem before, I think if a process...

I'm considering using this with one of my projects but the project has a custom build script that needs to run, i.e. not simply `go build`. Have you considered adding...

Hi, Did you plan to add some nice looking HTML output to gin for errors/panics in proxy.go, instead of just the raw string? Maybe something similar looking to revel could...

He just pops up right after I change the file, and I have to reboot the computer every time go build ktadm: build output "/data/wwwroot/ktadm/gin-bin" already exists and is not...

![image](https://user-images.githubusercontent.com/11288347/229010047-82983d05-b25f-4635-9c8f-a710fd1aa4e9.png)

I was having loads of problems getting the project setup with the way described in the README. I thought the issue might have been my environment variables but it turns...