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

This, at build time, enables fsnotify support for OS's that support it (e.g. Linux.) The this has a slight advantage over the default scanner in that there is almost zero...

review

When I'm proxying to the application, I have a response that is being sent as chunked. There's a problem though, as the `Transfer-Encoding` header is not present ( if I...

Hi, this change allows gin to watch multiple paths for changes. The PR also adds a new parameter (--cwd or -d) to specify where to build from. It defaults to...

Sometims the executable is not on the correct directory (since gin require to be runned on current directory), it would be nice to have a flag for example: `--exec_cd ../../`...

I've found this feature useful for the scenario where a project has multiple sibling packages, one of those siblings being the executable, the other beings libs/utils. example: ``` /project -...

This PR allows the user to: 1) Bind a particular interface. This is useful both for security (so you don't expose your development server), and also lets you bind to...

In terminal: export PORT=3000 gin -h [gin] listening on port 0 I'm running the sample negroni code you have listening to port 3000 doesn't seem to work.

What is up with this? I'll save the file and go reload the page but it's the same old page. I have to go back to my editor and save...

Addresses issue https://github.com/codegangsta/gin/issues/44. Restarting on template change can be achieved using flags "-e .go -e .html". I needed to restart the server when I edit templates, and I see others...

i wont just to now if we can auto-refrache the page web when we do changes to awer pages