gin
gin copied to clipboard
gin gets confused when used with emacs flymake
It seems that the emacs flymake package works by creating go files prepended with flymak. These are saved as you type so it can report errors within emacs buy seem to be immediately deleted. When this happens, I get errors of the form:
[gin] ERROR! Build failed.
# ctxl/l
open l/flymake_userhttp.go: No such file or directory
gin never seems to recover from this.
is there any way to set gin up so that it doesn't attempt to include files with regex such as flymake_*.go?