Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix [Golang] Command #23

Merged
merged 3 commits into from
Dec 9, 2023
Merged

Fix [Golang] Command #23

merged 3 commits into from
Dec 9, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

No description provided.

- [+] feat(session.go): add constants for different format options and output format
- [+] fix(session.go): fix switch cases to use constants instead of hard-coded values
- [+] fix(session.go): fix session data generation for different format options
- [+] feat(file_system_mock.go): add FileExists method to check if a file exists in the mock file system
- [+] fix(main.go): replace hard-coded prompt messages with constant variables
- [+] test(main_test.go): update test case for processCSVOption to match changes in prompt messages and expected output
Copy link

github-actions bot commented Dec 9, 2023

CodeQL analysis is complete for PR #23

- [+] feat(file_system.go): add FileExists method to the FileSystem interface
- [+] feat(file_system.go): implement FileExists method in the RealFileSystem struct
- [+] feat(file_system_mock.go): add FileExistsCalled and FileExistsErr fields to the MockFileSystem struct
@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review December 9, 2023 20:58
@H0llyW00dzZ H0llyW00dzZ merged commit 418f0af into master Dec 9, 2023
8 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the cli branch December 9, 2023 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant