Open fzerorubigd opened 9 years ago
After a simple check. I found this happen if I have a break point after this lines :
quit := make(chan os.Signal, 5)
signal.Notify(quit, os.Interrupt, os.Kill, syscall.SIGTERM, syscall.SIGINT, syscall.SIGKILL)
<-quit
this is the output :
The error is inside docker container, I don't know what kind of extra information is needed. ask if anything else is required :)