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

in china build github.com/codegangsta/gin: cannot load gopkg.in/urfave/cli.v1: cannot find module providing package gopkg.in/urfave/cli.v1 Modify to the github package, which can be used by developers in China.

Calling `go get github.com/codegangsta/gin` on version go1.12.5 darwin/amd64 returns: `build github.com/codegangsta/gin: cannot find module for path gopkg.in/urfave/cli.v1`

Hello, i am new in Go and was trying to run it with docker the problem is that if made some change after starting the container the code won't recompile...

https://github.com/codegangsta/gin/issues/59 ![colorful](https://user-images.githubusercontent.com/13273151/36790647-8281dae0-1cd0-11e8-95da-15a4930cd239.png) Escape ansi color code to show colorful text on Bash

Is it possible to use gin with dlv debugger? Any help would be appreciated.

I thought I had a standard use-case when I wanted to `go run` a specific .go file every time it or something in the $GOPATH (where its dependencies live) changes....

It's pretty straightforward to ship a Go app using e.g. [google/golang](https://registry.hub.docker.com/u/google/golang/), but I'm not sure how to setup an environment that works with gin. Any ideas?

Excuse me if this is too noob of a question or it is misplaced (ie, binary generation is just a normal thing in GoLang). I would like to know about...

Currently I parse all template files into a variable when the app launches, so any later made changes will not appear, tried using `gin -t . -i` but the html...

After some rebuild, the binary gin builds is invalid. ``` $ ./gin-bin -bash: ./gin-bin: cannot execute binary file: Exec format error ```