Add GolangCI-lint config

This commit is contained in:
2020-01-17 13:27:01 +03:00
parent 17598720eb
commit 11e1c226ee
2 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ func Xirr(transactions Transactions) float64 {
for math.Abs(residual) > epsilon && limit > 0 {
limit--
residual = 0.0
for i, t := range transactions {