mehmetaltugakgul / KeyForge

KeyForge is a desktop application designed to create strong and customizable passwords.
5 stars 1 forks source link

Replace Absolute Path with Relative Path for Improved Portability #1

Open codigg3r opened 1 month ago

codigg3r commented 1 month ago

https://github.com/mehmetaltugakgul/KeyForge/blob/ed5b3310b07e3d492488fe6e337063b8bf45a92b/main.go#L208 The current implementation uses an absolute file path, which may cause issues with portability and maintainability. It would be beneficial to replace this with a relative path to enhance the code's flexibility across different environments and file structures.

mehmetaltugakgul commented 1 month ago

Updated