GopherCI was a project to help you maintain high-quality Go projects, by checking each GitHub Pull Request, for backward incompatible changes, and a suite of other third party static analysis tools.
This change refactors the internal/analyser.Analyser function to take
a internal/analyser.Cloner and pushes the conditional to the caller to
provide a correct cloner.
This change refactors the internal/analyser.Analyser function to take a internal/analyser.Cloner and pushes the conditional to the caller to provide a correct cloner.