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

Update go to 1.21; Close #6 #12

Merged
merged 6 commits into from
Nov 30, 2023
Merged

Update go to 1.21; Close #6 #12

merged 6 commits into from
Nov 30, 2023

Conversation

dark-person
Copy link
Owner

Changes Made

  • Update go.mod to go 1.21
  • Change Error Message in GUI to display Uppercase in 1st Letter
  • Vaildate selected folder structure (close Validate Image Directory Structure before export/confirm #6 )
  • Add back the example.xml for package parser testing
  • Change scanner package function include error in returned value

Reason of Changes

  • Using updated golang for better development
  • Make Error Message more readable
  • Implement checking to improve UX
  • For package parser testing
  • To Provide Error Message to User

Checklist:

  • I have run the new code and ensure the change is work expected
  • I have write/modify comments to important function & hard-to-understand code
  • I have create/modify corresponding test for new changes
  • I have made corresponding changes to the documentation
  • I have run all new & existing test and pass locally with my changes
  • I have checked my code has no misspellings & no warnings
  • I have checked that only essential code remains in this pull request

@dark-person dark-person linked an issue Nov 30, 2023 that may be closed by this pull request
@dark-person dark-person merged commit 24c4a9c into develop Nov 30, 2023
@dark-person dark-person deleted the v0.2-upgrade-go branch November 30, 2023 16:10
@dark-person dark-person added enhancement Improvement of Existing Feature gui Graphic User Interface labels Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of Existing Feature gui Graphic User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate Image Directory Structure before export/confirm
1 participant