hackirby / skuld

Next-Gen Stealer written in Go. Stealing from Discord, Chromium-Based & Firefox-Based Browsers, Crypto Wallets and more, from every user on every disk. (PoC. For educational purposes only)
MIT License
157 stars 42 forks source link

refactor: enhance variable names and clean-up code, feat: ignore .idea directory #13

Closed NImaism closed 7 months ago

NImaism commented 8 months ago

Description

This pull request focuses on improving the readability, maintainability, and coding style of the codebase through a series of refactorings and enhancements. The primary changes include adopting camel case for variable names, updating coding style to use concise error handling, and improving function call readability by utilizing variables.

Changes Introduced

Variable Name Enhancement:

Error Handling Improvement:

Function Argument Optimization: