[go-nuts] Re: static analysis tool for detecting unclosed io.Closer's

2018-01-02 Thread Fabien
Hello, Detecting all unclosed Closers in any case sounds a bit undecidable to me (sounds like the halting problem). But detecting some of them would be feasible. Le jeudi 28 décembre 2017 17:58:06 UTC+1, Brian Sorahan a écrit : > > That seems like a decent affirmation! Thanks. > > On Wednesday,

[go-nuts] Re: static analysis tool for detecting unclosed io.Closer's

2017-12-28 Thread Brian Sorahan
That seems like a decent affirmation! Thanks. On Wednesday, December 20, 2017 at 9:42:55 AM UTC-6, Howard C. Shaw III wrote: > > In the absence of an affirmative, I'll just say that I did a search of my > own. > > This site: > https://github.com/mre/awesome-static-analysis > lists a bunch of st

[go-nuts] Re: static analysis tool for detecting unclosed io.Closer's

2017-12-20 Thread howardcshaw
In the absence of an affirmative, I'll just say that I did a search of my own. This site: https://github.com/mre/awesome-static-analysis lists a bunch of static analysis tools for go. https://github.com/alecthomas/gometalinter has another list, and will run them for you. They have binary packa