Re: [go-nuts] go commands hang indefinitely

2020-04-10 Thread juanmonroynieto
I'm not sure about those options, they are not available in my kill command implementation. I can add that my workaround wast to sleep ant then kill the process; because I had to use that repeatedly, I made it a function and called it euthanasia lol. It just disappeared. What did you expect wit

[go-nuts] Re: go commands hang indefinitely

2020-04-10 Thread juanmonroynieto
I had my computer reformated with a fresh image ( I can't do it myself because of company policy). I reinstalled go 1.14.1 and it is working fine. If I encounter the issue again I will try downgrading the go version. For the time being this made the problem go away. Thank you guys for your help