-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat [Golang] [Module] Main Command (#21)
* Feat [Golang] [Module] Main Command - [+] fix(main.go): pass real file system instance to processOutputOption and processCSVOption functions - [+] feat(main.go): add support for context cancellation in processOutputOption and processCSVOption functions - [+] feat(main.go): pass file system instance to createSeparateCSVFiles and convertToSingleCSV functions - [+] feat(main.go): add support for context cancellation in createSeparateCSVFiles and convertToSingleCSV functions * Test [Golang] [Module] Main Command Testing purposes. - [+] test(main_test.go): refactor TestProcessCSVOption to use a mock file system - [+] fix(main_test.go): restore stdout after capturing output
- Loading branch information
1 parent
abe6907
commit c190e0f
Showing
2 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters