There are not many available resources for refactoring go code. I'm a novice gopher who would appreciate any feedback on a small program which reads a csv.csv file, string converts and parses a few rows in order to perform a sub method.
Sample of the output:
==============================================================================
Account: 102033657 - COCACOLA exceeded the IncAmt by 387% same as $58010.58 over the monthly incoming amount of $73010.58. Currently, the declared profile is established at $15000 with an expectancy of (4).
==============================================================================
==============================================================================
Account: 102033657 - COCACOLA exceeded the IncAmt by 387% same as $58010.58 over the monthly incoming amount of $73010.58. Currently, the declared profile is established at $15000 with an expectancy of (4).
==============================================================================
Eventually I would be capturing the outgoing amount as well for each record. Just (just to give everyone an idea of where I'm going with this). I'm assuming a template would be the best way to approach this situation? How would a Professional approachcould this code to refactor itbe refactored? I'm really looking on insight.