Closed kuba-- closed 5 years ago
Fixes https://github.com/hhatto/gocloc/issues/12
This PR modifies AnalyzeReader function (I believe it simplifies logic). It also fixes cases where multiline comment exists in the same line as code, e.g.:
AnalyzeReader
var a /* a var */ var b /* comment */
Fixes https://github.com/hhatto/gocloc/issues/12
This PR modifies
AnalyzeReader
function (I believe it simplifies logic). It also fixes cases where multiline comment exists in the same line as code, e.g.: