Closed julianespinel closed 6 years ago
I has using the new_formatter branch in a project, when I ran the tests I was having some prints in the terminal. Those prints where from the xls library, that's why I suggest to remove the statement fmt.Println("=>", val)
new_formatter
fmt.Println("=>", val)
I has using the
new_formatter
branch in a project, when I ran the tests I was having some prints in the terminal. Those prints where from the xls library, that's why I suggest to remove the statementfmt.Println("=>", val)